From a60ffa3c1cfb0be0e1d96837ae8777f79a95c2ca Mon Sep 17 00:00:00 2001 From: luoqi Date: Wed, 12 May 1999 21:39:07 +0000 Subject: Unbreak VESA on SMP. --- sys/i386/include/globaldata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/i386/include/globaldata.h') 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; -- cgit v1.1