diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-08-29 13:15:28 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-06 19:51:47 +0200 |
commit | afe73824f52d6767c77e9456f573a76075108279 (patch) | |
tree | f91d76cd193196c75f97ff3bea3041119d710128 /include/asm-x86/mmu.h | |
parent | 17b746278da8d6642bc487ec35efe4be2333f03f (diff) | |
download | kernel-crypto-afe73824f52d6767c77e9456f573a76075108279.tar.gz kernel-crypto-afe73824f52d6767c77e9456f573a76075108279.tar.xz kernel-crypto-afe73824f52d6767c77e9456f573a76075108279.zip |
x86-64: eliminate dead code
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mmu.h')
-rw-r--r-- | include/asm-x86/mmu.h | 5 |
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; |