提交 9a2f258a 编写于 作者: D David S. Miller

[SPARC64]: Delete 'boot_flags'.

It is write-only, nothing tests it's value.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a3d41704
...@@ -77,9 +77,6 @@ prom_console_write(struct console *con, const char *s, unsigned n) ...@@ -77,9 +77,6 @@ prom_console_write(struct console *con, const char *s, unsigned n)
prom_write(s, n); prom_write(s, n);
} }
unsigned int boot_flags = 0;
#define BOOTME_DEBUG 0x1
/* Exported for mm/init.c:paging_init. */ /* Exported for mm/init.c:paging_init. */
unsigned long cmdline_memory_size = 0; unsigned long cmdline_memory_size = 0;
...@@ -98,8 +95,6 @@ static void __init process_switch(char c) ...@@ -98,8 +95,6 @@ static void __init process_switch(char c)
{ {
switch (c) { switch (c) {
case 'd': case 'd':
boot_flags |= BOOTME_DEBUG;
break;
case 's': case 's':
break; break;
case 'h': case 'h':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册