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 @@
#define _PARISC_BUG_H
/*
* Tell the user there is some problem. Beep too, so we can
* see^H^H^Hhear bugs in early bootup as well!
*
* We don't beep yet. prumpf
* Tell the user there is some problem.
*/
#define BUG() do { \
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