From: David S. Miller Date: Mon, 18 Feb 2008 23:16:20 +0000 (-0800) Subject: [SPARC64]: Delete 'boot_flags'. X-Git-Tag: v2.6.25-rc3~125^2~6 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9a2f258ad5910c478a5c98989b9a26268b2e5488;p=linux-2.6-omap-h63xx.git [SPARC64]: Delete 'boot_flags'. It is write-only, nothing tests it's value. Signed-off-by: David S. Miller --- diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index e6b57ba2b74..9b892ff4e8e 100644 --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c @@ -77,9 +77,6 @@ prom_console_write(struct console *con, const char *s, unsigned n) prom_write(s, n); } -unsigned int boot_flags = 0; -#define BOOTME_DEBUG 0x1 - /* Exported for mm/init.c:paging_init. */ unsigned long cmdline_memory_size = 0; @@ -98,8 +95,6 @@ static void __init process_switch(char c) { switch (c) { case 'd': - boot_flags |= BOOTME_DEBUG; - break; case 's': break; case 'h':