diff options
Diffstat (limited to 'kernel/arch/x86/include/asm/mmu.h')
-rw-r--r-- | kernel/arch/x86/include/asm/mmu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/arch/x86/include/asm/mmu.h b/kernel/arch/x86/include/asm/mmu.h index 09b9620a7..364d27481 100644 --- a/kernel/arch/x86/include/asm/mmu.h +++ b/kernel/arch/x86/include/asm/mmu.h @@ -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. */ |