From owner-cvs-src@FreeBSD.ORG Fri Oct 13 04:53:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C86616A407; Fri, 13 Oct 2006 04:53:23 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59D5743D45; Fri, 13 Oct 2006 04:53:23 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9D4rNF7030856; Fri, 13 Oct 2006 04:53:23 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9D4rNfg030855; Fri, 13 Oct 2006 04:53:23 GMT (envelope-from jb) Message-Id: <200610130453.k9D4rNfg030855@repoman.freebsd.org> From: John Birrell Date: Fri, 13 Oct 2006 04:53:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 04:53:23 -0000 jb 2006-10-13 04:53:22 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c Log: Attempt to fix the GENERIC kernel build which has been failing on tinderbox for a couple of days. Revision Changes Path 1.23 +2 -0 src/sys/amd64/amd64/intr_machdep.c