summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/setup_32.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-05-19 21:40:50 -0700
committerDavid S. Miller <davem@davemloft.net>2012-05-19 21:40:50 -0700
commit837ebf0ec78ec6c724b904a3e3e933a1bc72a7b7 (patch)
tree45c69069b79a0c59692248c34f4a0839a998cec7 /arch/sparc/kernel/setup_32.c
parent0bfcee9ad369aca590211a4a8fffd28f1ed39a82 (diff)
downloadlinux-837ebf0ec78ec6c724b904a3e3e933a1bc72a7b7.tar.bz2
sparc32: Kill boot_cpu_id4
It is written, but never actually read. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/setup_32.c')
-rw-r--r--arch/sparc/kernel/setup_32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/kernel/setup_32.c b/arch/sparc/kernel/setup_32.c
index 2f7cfb5f7569..635df5c9e601 100644
--- a/arch/sparc/kernel/setup_32.c
+++ b/arch/sparc/kernel/setup_32.c
@@ -105,7 +105,6 @@ unsigned long cmdline_memory_size __initdata = 0;
/* which CPU booted us (0xff = not set) */
unsigned char boot_cpu_id = 0xff; /* 0xff will make it into DATA section... */
-unsigned char boot_cpu_id4; /* boot_cpu_id << 2 */
static void
prom_console_write(struct console *con, const char *s, unsigned n)