Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/x86_64/kernel/process.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN arch/x86_64/kernel/process.c~x86_64-reduce-cacheline-bouncing-in-cpu_idle_wait-warning-fix arch/x86_64/kernel/process.c
--- 25/arch/x86_64/kernel/process.c~x86_64-reduce-cacheline-bouncing-in-cpu_idle_wait-warning-fix	2005-03-11 23:22:21.000000000 -0800
+++ 25-akpm/arch/x86_64/kernel/process.c	2005-03-11 23:22:24.000000000 -0800
@@ -161,8 +161,6 @@ EXPORT_SYMBOL_GPL(cpu_idle_wait);
  */
 void cpu_idle (void)
 {
-	int cpu = smp_processor_id();
-
 	/* endless idle loop with no priority at all */
 	while (1) {
 		while (!need_resched()) {
_