Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 417
b: refs/heads/master
c: a271c24
h: refs/heads/master
i:
  415: 0c297ca
v: v3
  • Loading branch information
Tom 'spot' Callaway authored and David S. Miller committed Apr 25, 2005
1 parent 5933154 commit a0aeed0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 10158286e7b5347dce2285895c95419b9f6f8b63
refs/heads/master: a271c241a6036d4d583d0f47a02ba5f18b8b92b5
4 changes: 2 additions & 2 deletions trunk/kernel/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ NORET_TYPE void panic(const char * fmt, ...)
#ifdef __sparc__
{
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;
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
#if defined(CONFIG_ARCH_S390)
Expand Down

0 comments on commit a0aeed0

Please sign in to comment.