dect
/
linux-2.6
Archived
13
0
Fork 0

[SPARC64]: Delete 'boot_flags'.

It is write-only, nothing tests it's value.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-02-18 15:16:20 -08:00
parent a3d41704d4
commit 9a2f258ad5
1 changed files with 0 additions and 5 deletions

View File

@ -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':