From owner-cvs-all Fri Apr 21 22:48:51 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 0677337B6A1; Fri, 21 Apr 2000 22:48:46 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA88365; Fri, 21 Apr 2000 22:48:46 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <200004220548.WAA88365@freefall.freebsd.org> From: Luoqi Chen Date: Fri, 21 Apr 2000 22:48:46 -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/21 22:48:46 PDT Modified files: (Branch: RELENG_4) 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.250.2.3 +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