diff options
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/setup.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/sparc/kernel/setup.c b/arch/sparc/kernel/setup.c index 0251cab4708b..f5ee1ac834bc 100644 --- a/arch/sparc/kernel/setup.c +++ b/arch/sparc/kernel/setup.c | |||
@@ -121,16 +121,6 @@ static struct console prom_debug_console = { | |||
121 | .index = -1, | 121 | .index = -1, |
122 | }; | 122 | }; |
123 | 123 | ||
124 | int obp_system_intr(void) | ||
125 | { | ||
126 | if (boot_flags & BOOTME_DEBUG) { | ||
127 | printk("OBP: system interrupted\n"); | ||
128 | prom_halt(); | ||
129 | return 1; | ||
130 | } | ||
131 | return 0; | ||
132 | } | ||
133 | |||
134 | /* | 124 | /* |
135 | * Process kernel command line switches that are specific to the | 125 | * Process kernel command line switches that are specific to the |
136 | * SPARC or that require special low-level processing. | 126 | * SPARC or that require special low-level processing. |