Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39844
b: refs/heads/master
c: 7341df1
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 18, 2006
1 parent 4985dd9 commit ffec0f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9950421c1e90d08d52ef47df1fcebe6078b04af3
refs/heads/master: 7341df16a1f228be833e918cb42534a34381a37e
2 changes: 0 additions & 2 deletions trunk/arch/sparc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ void prom_sync_me(void)

unsigned int boot_flags __initdata = 0;
#define BOOTME_DEBUG 0x1
#define BOOTME_SINGLE 0x2

/* Exported for mm/init.c:paging_init. */
unsigned long cmdline_memory_size __initdata = 0;
Expand Down Expand Up @@ -132,7 +131,6 @@ static void __init process_switch(char c)
boot_flags |= BOOTME_DEBUG;
break;
case 's':
boot_flags |= BOOTME_SINGLE;
break;
case 'h':
prom_printf("boot_flags_init: Halt!\n");
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/sparc64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ prom_console_write(struct console *con, const char *s, unsigned n)

unsigned int boot_flags = 0;
#define BOOTME_DEBUG 0x1
#define BOOTME_SINGLE 0x2

/* Exported for mm/init.c:paging_init. */
unsigned long cmdline_memory_size = 0;
Expand Down Expand Up @@ -102,7 +101,6 @@ static void __init process_switch(char c)
boot_flags |= BOOTME_DEBUG;
break;
case 's':
boot_flags |= BOOTME_SINGLE;
break;
case 'h':
prom_printf("boot_flags_init: Halt!\n");
Expand Down

0 comments on commit ffec0f4

Please sign in to comment.