diff options
| -rw-r--r-- | arch/x86/include/asm/mmu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/mmu.h b/arch/x86/include/asm/mmu.h index aeff3e89b222..5f55e6962769 100644 --- a/arch/x86/include/asm/mmu.h +++ b/arch/x86/include/asm/mmu.h | |||
| @@ -11,14 +11,14 @@ | |||
| 11 | typedef struct { | 11 | typedef struct { |
| 12 | void *ldt; | 12 | void *ldt; |
| 13 | int size; | 13 | int size; |
| 14 | struct mutex lock; | ||
| 15 | void *vdso; | ||
| 16 | 14 | ||
| 17 | #ifdef CONFIG_X86_64 | 15 | #ifdef CONFIG_X86_64 |
| 18 | /* True if mm supports a task running in 32 bit compatibility mode. */ | 16 | /* True if mm supports a task running in 32 bit compatibility mode. */ |
| 19 | unsigned short ia32_compat; | 17 | unsigned short ia32_compat; |
| 20 | #endif | 18 | #endif |
| 21 | 19 | ||
| 20 | struct mutex lock; | ||
| 21 | void *vdso; | ||
| 22 | } mm_context_t; | 22 | } mm_context_t; |
| 23 | 23 | ||
| 24 | #ifdef CONFIG_SMP | 24 | #ifdef CONFIG_SMP |
