|
@@ -19,6 +19,7 @@
|
|
|
#include <linux/personality.h>
|
|
|
#include <linux/cpumask.h>
|
|
|
#include <asm/processor-flags.h>
|
|
|
+#include <asm/desc_defs.h>
|
|
|
|
|
|
#define TF_MASK 0x00000100
|
|
|
#define IF_MASK 0x00000200
|
|
@@ -244,7 +245,7 @@ struct thread_struct {
|
|
|
* goes into MSR_IA32_DS_AREA */
|
|
|
unsigned long ds_area_msr;
|
|
|
/* cached TLS descriptors. */
|
|
|
- u64 tls_array[GDT_ENTRY_TLS_ENTRIES];
|
|
|
+ struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
|
|
|
} __attribute__((aligned(16)));
|
|
|
|
|
|
#define INIT_THREAD { \
|