From bb5010055e743a9e087a197ec72e1b69b0a568fb Mon Sep 17 00:00:00 2001 From: Richard Kennedy Date: Tue, 24 May 2011 14:49:59 +0100 Subject: [PATCH] --- yaml --- r: 252690 b: refs/heads/master c: af6a25f0e1ec0265c267e6ee4513925eaba6d0ed h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/mmu.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5e0c4c90d604..bec4b0f50b76 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f073cc8f39b48fdf4c8cd9520a6028fe69199b60 +refs/heads/master: af6a25f0e1ec0265c267e6ee4513925eaba6d0ed diff --git a/trunk/arch/x86/include/asm/mmu.h b/trunk/arch/x86/include/asm/mmu.h index aeff3e89b222..5f55e6962769 100644 --- a/trunk/arch/x86/include/asm/mmu.h +++ b/trunk/arch/x86/include/asm/mmu.h @@ -11,14 +11,14 @@ typedef struct { void *ldt; int size; - struct mutex lock; - void *vdso; #ifdef CONFIG_X86_64 /* True if mm supports a task running in 32 bit compatibility mode. */ unsigned short ia32_compat; #endif + struct mutex lock; + void *vdso; } mm_context_t; #ifdef CONFIG_SMP