From owner-cvs-all Sat Sep 21 18:32:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 396A737B401; Sat, 21 Sep 2002 18:32:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14ED43E65; Sat, 21 Sep 2002 18:32:48 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M1WmCo050931; Sat, 21 Sep 2002 18:32:48 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M1WmGG050930; Sat, 21 Sep 2002 18:32:48 -0700 (PDT) Message-Id: <200209220132.g8M1WmGG050930@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sat, 21 Sep 2002 18:32:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 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 mdodd 2002/09/21 18:32:48 PDT Modified files: sys/i386/i386 machdep.c Log: - Move the init of %gs and pcb_gs before user_ldt_free(). - Always call load_gs() - Trim comments. This addresses some of the issues raised by BDE. Revision Changes Path 1.538 +4 -13 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message