From owner-cvs-all@FreeBSD.ORG Fri Oct 13 17:31:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B30F16A412; Fri, 13 Oct 2006 17:31:58 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9685D43D5A; Fri, 13 Oct 2006 17:31:57 +0000 (GMT) (envelope-from jhb@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 k9DHVv1V072871; Fri, 13 Oct 2006 17:31:57 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9DHVvwr072870; Fri, 13 Oct 2006 17:31:57 GMT (envelope-from jhb) Message-Id: <200610131731.k9DHVvwr072870@repoman.freebsd.org> From: John Baldwin Date: Fri, 13 Oct 2006 17:31:57 +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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 17:31:58 -0000 jhb 2006-10-13 17:31:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c Log: Move the 2 additional #includes down into the #ifndef DEV_ATPIC section. Revision Changes Path 1.24 +2 -2 src/sys/amd64/amd64/intr_machdep.c