diff options
author | Luoqi Chen <luoqi@FreeBSD.org> | 1999-05-12 21:39:07 +0000 |
---|---|---|
committer | Luoqi Chen <luoqi@FreeBSD.org> | 1999-05-12 21:39:07 +0000 |
commit | 0f0fe5a4c55952c578443898f839ad985c5b7612 (patch) | |
tree | e93b032a8903410d70ff7fbd94ea78543308451c /sys/i386/include/globals.h | |
parent | 2ee16532b6c34e1b24c309d99a395bd94b5887d0 (diff) |
Unbreak VESA on SMP.
Notes
Notes:
svn path=/head/; revision=47081
Diffstat (limited to 'sys/i386/include/globals.h')
-rw-r--r-- | sys/i386/include/globals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/globals.h b/sys/i386/include/globals.h index 5a770f16f078..f502dfd6306d 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 |