|
@@ -102,9 +102,9 @@ NORET_TYPE void panic(const char * fmt, ...)
|
|
#ifdef __sparc__
|
|
#ifdef __sparc__
|
|
{
|
|
{
|
|
extern int stop_a_enabled;
|
|
extern int stop_a_enabled;
|
|
- /* Make sure the user can actually press L1-A */
|
|
|
|
|
|
+ /* Make sure the user can actually press Stop-A (L1-A) */
|
|
stop_a_enabled = 1;
|
|
stop_a_enabled = 1;
|
|
- printk(KERN_EMERG "Press L1-A to return to the boot prom\n");
|
|
|
|
|
|
+ printk(KERN_EMERG "Press Stop-A (L1-A) to return to the boot prom\n");
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
#if defined(CONFIG_ARCH_S390)
|
|
#if defined(CONFIG_ARCH_S390)
|