[2.6 patch] i386/power/cpu.c: remove three unused variables

From: Adrian Bunk
Date: Fri Mar 11 2005 - 13:45:55 EST


This patch removes three unused variables.

Pavel Machek and H. Peter Anvin have already confirmed it's correct.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 16 Jan 2005

--- linux-2.6.11-rc1-mm1-full/arch/i386/power/cpu.c.old 2005-01-16 05:51:42.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/power/cpu.c 2005-01-16 05:52:02.000000000 +0100
@@ -28,8 +28,7 @@

static struct saved_context saved_context;

-unsigned long saved_context_eax, saved_context_ebx;
-unsigned long saved_context_ecx, saved_context_edx;
+unsigned long saved_context_ebx;
unsigned long saved_context_esp, saved_context_ebp;
unsigned long saved_context_esi, saved_context_edi;
unsigned long saved_context_eflags;

-
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/