From owner-cvs-all Thu Oct 5 13:30:39 2000 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 F08BF37B503; Thu, 5 Oct 2000 13:30:36 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38077; Thu, 5 Oct 2000 13:30:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010052030.NAA38077@freefall.freebsd.org> From: John Baldwin Date: Thu, 5 Oct 2000 13:30:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include globaldata.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/10/05 13:30:36 PDT Modified files: sys/i386/include globaldata.h Log: Make the gd_currentldt member in struct globaldata unconditional so that this header doesn't depend on USER_LDT. This fixes the USER_LDT breakage with SMP kernels. Revision Changes Path 1.14 +2 -4 src/sys/i386/include/globaldata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message