Commit 4645f81c authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] correct BUG doc in parisc

parent 67cba677
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
#define _PARISC_BUG_H #define _PARISC_BUG_H
/* /*
* Tell the user there is some problem. Beep too, so we can * Tell the user there is some problem.
* see^H^H^Hhear bugs in early bootup as well!
*
* We don't beep yet. prumpf
*/ */
#define BUG() do { \ #define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \ printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment