aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2008-08-29 13:15:28 +0100
committerIngo Molnar <mingo@elte.hu>2008-09-06 19:51:47 +0200
commitafe73824f52d6767c77e9456f573a76075108279 (patch)
treef91d76cd193196c75f97ff3bea3041119d710128
parent17b746278da8d6642bc487ec35efe4be2333f03f (diff)
x86-64: eliminate dead code
Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--include/asm-x86/mmu.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/mmu.h b/include/asm-x86/mmu.h
index 00e88679e11..80a1dee5bea 100644
--- a/include/asm-x86/mmu.h
+++ b/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;