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/globaldata.h | |
parent | 2ee16532b6c34e1b24c309d99a395bd94b5887d0 (diff) |
Unbreak VESA on SMP.
Notes
Notes:
svn path=/head/; revision=47081
Diffstat (limited to 'sys/i386/include/globaldata.h')
-rw-r--r-- | sys/i386/include/globaldata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h index f1d4fdd0ffa1..456c502f6369 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; |