From owner-cvs-all Thu Apr 20 7:40:15 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 1296D37B67E; Thu, 20 Apr 2000 07:40:13 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA26456; Thu, 20 Apr 2000 07:40:13 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Message-Id: <200004201440.HAA26456@freefall.freebsd.org> From: Luoqi Chen Date: Thu, 20 Apr 2000 07:40:13 -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/20 07:40:13 PDT Modified files: sys/i386/i386 pmap.c Log: 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.253 +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