diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-19 21:40:50 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-19 21:40:50 -0700 |
commit | 837ebf0ec78ec6c724b904a3e3e933a1bc72a7b7 (patch) | |
tree | 45c69069b79a0c59692248c34f4a0839a998cec7 /arch/sparc/kernel/setup_32.c | |
parent | 0bfcee9ad369aca590211a4a8fffd28f1ed39a82 (diff) | |
download | blackbird-op-linux-837ebf0ec78ec6c724b904a3e3e933a1bc72a7b7.tar.gz blackbird-op-linux-837ebf0ec78ec6c724b904a3e3e933a1bc72a7b7.zip |
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.c | 1 |
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) |