aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-01-10 17:19:09 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-10 17:19:09 -0800
commit8d4b7171c51de6dd02f9e5e73b767705d3588232 (patch)
tree192beb1b20a3863b4b5cc91ed7ec3db0998dedc2 /mm
parent3a7853d50647ae594b0c6c186be53aee8561ff27 (diff)
downloadhistory-8d4b7171c51de6dd02f9e5e73b767705d3588232.tar.gz
[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: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 74b5700093b52a..42fd1e9fc7d399 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1630,7 +1630,7 @@ static void __init free_area_init_core(struct pglist_data *pgdat,
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);