Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9a2f258ad5910c478a5c98989b9a26268b2e5488
Commit:     9a2f258ad5910c478a5c98989b9a26268b2e5488
Parent:     a3d41704d4647abfc2796e9c81f71e0902f78e09
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 18 15:16:20 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Feb 18 15:16:20 2008 -0800

    [SPARC64]: Delete 'boot_flags'.
    
    It is write-only, nothing tests it's value.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 arch/sparc64/kernel/setup.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c
index e6b57ba..9b892ff 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':
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to