Commit 8d4b7171 authored by Pavel Machek's avatar Pavel Machek Committed by Linus Torvalds

[PATCH] Right severity level for fatal message

Telling user machine will crash with default loglevel is nice joke, it
at least needs worse severity.
Signed-off-by: default avatarPavel Machek <pavel@suse.cz>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3a7853d5
...@@ -1630,7 +1630,7 @@ static void __init free_area_init_core(struct pglist_data *pgdat, ...@@ -1630,7 +1630,7 @@ static void __init free_area_init_core(struct pglist_data *pgdat,
zone->zone_start_pfn = zone_start_pfn; zone->zone_start_pfn = zone_start_pfn;
if ((zone_start_pfn) & (zone_required_alignment-1)) 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); memmap_init(size, nid, j, zone_start_pfn);
......
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