From owner-cvs-all Fri Apr 28 12:28: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 915DB37B60D; Fri, 28 Apr 2000 12:28:03 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA50804; Fri, 28 Apr 2000 12:28:03 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <200004281928.MAA50804@freefall.freebsd.org> From: Luoqi Chen Date: Fri, 28 Apr 2000 12:28:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luoqi 2000/04/28 12:28:03 PDT Modified files: (Branch: RELENG_3) sys/i386/i386 pmap.c Log: MFC: IO apics are not necessarily page aligned, they are only required to be aligned on 1K boundary. Correct a typo that would cause problem to a second IO apic. Pointed out by: Steve Passe Revision Changes Path 1.219.2.8 +6 -4 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message