[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <48B80480.76E4.0078.0@novell.com>
Date: Fri, 29 Aug 2008 13:15:28 +0100
From: "Jan Beulich" <jbeulich@...ell.com>
To: <mingo@...e.hu>, <tglx@...utronix.de>, <hpa@...or.com>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86-64: eliminate dead code
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists