[RFC 15/15] x86_64: Remove cpu_pda() macro
From: Mike Travis
Date: Wed Jul 09 2008 - 12:54:01 EST
* As there are no more references to cpu_pda() then remove it.
Based on linux-2.6.tip/master
Signed-off-by: Christoph Lameter <cl@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Mike Travis <travis@xxxxxxx>
---
include/asm-x86/pda.h | 2 --
1 file changed, 2 deletions(-)
--- linux-2.6.tip.orig/include/asm-x86/pda.h
+++ linux-2.6.tip/include/asm-x86/pda.h
@@ -39,8 +39,6 @@ struct x8664_pda {
extern void pda_init(int);
-#define cpu_pda(cpu) (&per_cpu(pda, cpu))
-
/*
* proxy_pda doesn't actually exist, but tell gcc it is accessed for
* all PDA accesses so it gets read/write dependencies right.
--
--
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/