From 8d18e89309f08efc44eb777631aba2fbee70375a Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 14 Nov 2007 15:18:40 +0000 Subject: i386 TLS support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3644 c046a42c-6fe2-441c-8c8c-71466251a162 --- linux-user/i386/syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-user/i386') diff --git a/linux-user/i386/syscall.h b/linux-user/i386/syscall.h index 8045e1c..266e2c4 100644 --- a/linux-user/i386/syscall.h +++ b/linux-user/i386/syscall.h @@ -25,6 +25,7 @@ struct target_pt_regs { #define TARGET_LDT_ENTRIES 8192 #define TARGET_LDT_ENTRY_SIZE 8 +#define TARGET_GDT_ENTRIES 9 #define TARGET_GDT_ENTRY_TLS_ENTRIES 3 #define TARGET_GDT_ENTRY_TLS_MIN 6 #define TARGET_GDT_ENTRY_TLS_MAX (TARGET_GDT_ENTRY_TLS_MIN + TARGET_GDT_ENTRY_TLS_ENTRIES - 1) -- cgit v1.1