[PATCH] x86-64: eliminate dead code

From: Jan Beulich
Date: Fri Aug 29 2008 - 08:14:24 EST


Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

---
include/asm-x86/mmu.h | 5 -----
1 file changed, 5 deletions(-)

--- linux-2.6.27-rc5/include/asm-x86/mmu.h 2008-07-13 23:51:29.000000000 +0200
+++ 2.6.27-rc5-x86_64-mmu-context/include/asm-x86/mmu.h 2008-08-22 15:24:33.000000000 +0200
@@ -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;



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/