From owner-cvs-all Tue Sep 18 22:44:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EB8637B41A; Tue, 18 Sep 2001 22:44:13 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8J5iDm65508; Tue, 18 Sep 2001 22:44:13 -0700 (PDT) (envelope-from peter) Message-Id: <200109190544.f8J5iDm65508@freefall.freebsd.org> From: Peter Wemm Date: Tue, 18 Sep 2001 22:44:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/18 22:44:13 PDT Modified files: sys/i386/i386 vm_machdep.c Log: Reserve an extra 16 bytes in case we have to grow the trapframe into a vm86trapframe for switching to vm86 [unlikely] while exiting. I lost this when doing the pcb move that went in with the KSE commit. Reviewed by: jake Revision Changes Path 1.173 +3 -2 src/sys/i386/i386/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message