summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/globals.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/globals.h
parente76b0bad242dd860ae3fc30cdee249061e4c6615 (diff)
downloadFreeBSD-src-a60ffa3c1cfb0be0e1d96837ae8777f79a95c2ca.zip
FreeBSD-src-a60ffa3c1cfb0be0e1d96837ae8777f79a95c2ca.tar.gz
Unbreak VESA on SMP.
Diffstat (limited to 'sys/i386/include/globals.h')
-rw-r--r--sys/i386/include/globals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/globals.h b/sys/i386/include/globals.h
index 5a770f1..f502dfd 100644
--- a/sys/i386/include/globals.h
+++ b/sys/i386/include/globals.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: globals.h,v 1.1 1999/04/28 01:04:01 luoqi Exp $
*/
#ifndef _MACHINE_GLOBALS_H_
@@ -90,6 +90,7 @@
#ifdef VM86
#define common_tssd GLOBAL_LVALUE(common_tssd, struct segment_descriptor)
+#define tss_gdt GLOBAL_LVALUE(tss_gdt, struct segment_descriptor *)
#endif
#ifdef USER_LDT
@@ -120,6 +121,7 @@ GLOBAL_FUNC(switchticks)
#ifdef VM86
GLOBAL_FUNC(common_tssd)
+GLOBAL_FUNC(tss_gdt)
#endif
#ifdef USER_LDT
OpenPOWER on IntegriCloud