From d5579b971ae392ac75f96175014414d3b2da1890 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 29 Aug 2008 13:15:28 +0100 Subject: [PATCH] --- yaml --- r: 110372 b: refs/heads/master c: afe73824f52d6767c77e9456f573a76075108279 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/mmu.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index df94cd9a2370..739f5d8e5af2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 17b746278da8d6642bc487ec35efe4be2333f03f +refs/heads/master: afe73824f52d6767c77e9456f573a76075108279 diff --git a/trunk/include/asm-x86/mmu.h b/trunk/include/asm-x86/mmu.h index 00e88679e11f..80a1dee5bea5 100644 --- a/trunk/include/asm-x86/mmu.h +++ b/trunk/include/asm-x86/mmu.h @@ -7,14 +7,9 @@ /* * The x86 doesn't have a mmu context, but * we put the segment information here. - * - * cpu_vm_mask is used to optimize ldt flushing. */ typedef struct { void *ldt; -#ifdef CONFIG_X86_64 - rwlock_t ldtlock; -#endif int size; struct mutex lock; void *vdso;