diff options
-rw-r--r-- | kernel/panic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 0fa3f3a66fb6..081f7465fc8d 100644 --- a/kernel/panic.c +++ b/kernel/panic.c | |||
@@ -102,9 +102,9 @@ NORET_TYPE void panic(const char * fmt, ...) | |||
102 | #ifdef __sparc__ | 102 | #ifdef __sparc__ |
103 | { | 103 | { |
104 | extern int stop_a_enabled; | 104 | extern int stop_a_enabled; |
105 | /* Make sure the user can actually press L1-A */ | 105 | /* Make sure the user can actually press Stop-A (L1-A) */ |
106 | stop_a_enabled = 1; | 106 | stop_a_enabled = 1; |
107 | printk(KERN_EMERG "Press L1-A to return to the boot prom\n"); | 107 | printk(KERN_EMERG "Press Stop-A (L1-A) to return to the boot prom\n"); |
108 | } | 108 | } |
109 | #endif | 109 | #endif |
110 | #if defined(CONFIG_ARCH_S390) | 110 | #if defined(CONFIG_ARCH_S390) |