From owner-cvs-src@FreeBSD.ORG Thu Feb 8 16:50:01 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EA8916A405; Thu, 8 Feb 2007 16:50:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BCC7813C48D; Thu, 8 Feb 2007 16:50:00 +0000 (UTC) (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 l18Go0OP053822; Thu, 8 Feb 2007 16:50:00 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l18Go01d053821; Thu, 8 Feb 2007 16:50:00 GMT (envelope-from jhb) Message-Id: <200702081650.l18Go01d053821@repoman.freebsd.org> From: John Baldwin Date: Thu, 8 Feb 2007 16:49:59 +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 mp_machdep.c src/sys/i386/i386 mp_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: Thu, 08 Feb 2007 16:50:01 -0000 jhb 2007-02-08 16:49:59 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c Log: Don't send interrupts to CPUs disabled via lapic hints. Reported by: Ludger Bolmerg MFC after: 3 days Pointy hat to: jhb Revision Changes Path 1.281 +2 -0 src/sys/amd64/amd64/mp_machdep.c 1.274 +2 -0 src/sys/i386/i386/mp_machdep.c