summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/globaldata.h
diff options
context:
space:
mode:
authorluoqi <luoqi@FreeBSD.org>1999-05-12 21:39:07 +0000
committerluoqi <luoqi@FreeBSD.org>1999-05-12 21:39:07 +0000
commita60ffa3c1cfb0be0e1d96837ae8777f79a95c2ca (patch)
treef9c342c5d38a3a1b6314034fdd3c679982da942d /sys/i386/include/globaldata.h
parente76b0bad242dd860ae3fc30cdee249061e4c6615 (diff)
downloadFreeBSD-src-a60ffa3c1cfb0be0e1d96837ae8777f79a95c2ca.zip
FreeBSD-src-a60ffa3c1cfb0be0e1d96837ae8777f79a95c2ca.tar.gz
Unbreak VESA on SMP.
Diffstat (limited to 'sys/i386/include/globaldata.h')
-rw-r--r--sys/i386/include/globaldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h
index f1d4fdd..456c502 100644
--- a/sys/i386/include/globaldata.h
+++ b/sys/i386/include/globaldata.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: globaldata.h,v 1.7 1999/02/22 15:13:34 bde Exp $
+ * $Id: globaldata.h,v 1.8 1999/04/28 01:04:00 luoqi Exp $
*/
/*
@@ -48,6 +48,7 @@ struct globaldata {
int gd_switchticks;
#ifdef VM86
struct segment_descriptor gd_common_tssd;
+ struct segment_descriptor *gd_tss_gdt;
#endif
#ifdef USER_LDT
int gd_currentldt;
OpenPOWER on IntegriCloud