From owner-cvs-src@FreeBSD.ORG Wed Jan 12 18:24:32 2005 Return-Path: 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 780E416A4CE; Wed, 12 Jan 2005 18:24:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F91743D5A; Wed, 12 Jan 2005 18:24:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0CIOWeZ095204; Wed, 12 Jan 2005 18:24:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0CIOWRs095203; Wed, 12 Jan 2005 18:24:32 GMT (envelope-from jhb) Message-Id: <200501121824.j0CIOWRs095203@repoman.freebsd.org> From: John Baldwin Date: Wed, 12 Jan 2005 18:24:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 mptable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 12 Jan 2005 18:24:32 -0000 jhb 2005-01-12 18:24:32 UTC FreeBSD src repository Modified files: sys/i386/i386 mptable.c Log: Try harder to work with MP table interrupt entries that claim that an interrupt is wired up to all the I/O APICs in the system. If the system has only one I/O APIC, then just act as if the entry specified that APIC. We still don't try to handle global entries in a system with multiple I/O APICs. Tested by: Peter Trifonov pvtrifonov at mail dot ru MFC after: 1 week Revision Changes Path 1.238 +22 -7 src/sys/i386/i386/mptable.c