Right severity level for fatal message

From: Pavel Machek
Date: Sat Dec 25 2004 - 12:38:09 EST


Hi!

Telling user machine will crash with default loglevel is nice joke, it
at least needs worse severity. Please apply,
Pavel

Signed-off-by: Pavel Machek <pavel@xxxxxxx>

--- clean-cvs/mm/page_alloc.c 2004-11-19 12:54:54.000000000 +0100
+++ linux-cvs/mm/page_alloc.c 2004-12-10 22:35:59.000000000 +0100
@@ -1581,7 +1585,7 @@
zone->zone_start_pfn = zone_start_pfn;

if ((zone_start_pfn) & (zone_required_alignment-1))
- printk("BUG: wrong zone alignment, it will crash\n");
+ printk(KERN_CRIT "BUG: wrong zone alignment, it will crash\n");

memmap_init(size, nid, j, zone_start_pfn);

--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/