From owner-cvs-all Sat Dec 11 2:54: 8 1999 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 22F3314FCA; Sat, 11 Dec 1999 02:54:07 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA92647; Sat, 11 Dec 1999 02:54:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912111054.CAA92647@freefall.freebsd.org> From: Peter Wemm Date: Sat, 11 Dec 1999 02:54:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include param.h pmap.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/12/11 02:54:06 PST Modified files: sys/i386/include param.h pmap.h Log: Reclaim UPAGES_HOLE (8k) that was chopped out of process address space. The UPAGES have not been there since Jan '96, but the hole was preserved for BSD/OS binary compatability. This has been fixed other ways (%ebx now has a pointer to PS_STRINGS), and the stack is nowhere near where it used to be so this hack isn't required anymore. Revision Changes Path 1.54 +1 -3 src/sys/i386/include/param.h 1.64 +2 -2 src/sys/i386/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message