]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/include/asm/mmu.h
x86/ldt: Make modify_ldt synchronous
[linux.git] / arch / x86 / include / asm / mmu.h
index 09b9620a73b4841893fc2bd01bfd614d43e7e214..364d27481a52a34f5031933ecc577af0ebf3c129 100644 (file)
@@ -9,8 +9,7 @@
  * we put the segment information here.
  */
 typedef struct {
-       void *ldt;
-       int size;
+       struct ldt_struct *ldt;
 
 #ifdef CONFIG_X86_64
        /* True if mm supports a task running in 32 bit compatibility mode. */