x86/ldt: Make modify_ldt synchronous
[pandora-kernel.git] / arch / x86 / include / asm / mmu.h
index 09b9620..364d274 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. */