aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2009-02-26 04:11:59 -0500
committerVegard Nossum <vegard.nossum@gmail.com>2009-06-15 06:39:56 -0400
commit5b53b76a6158cd831759d7b0b2585bf0b121cec2 (patch)
tree27dc4fc28bdd94b7e6512babfe5572a26d81a060 /arch
parent6a19638719b4272ac86589c4bb660fc92db03dae (diff)
kmemcheck: make initialization message less confusing
The "Bugs, beware!" printout during is cute but confuses users that something bad happened so change the text to the more boring "Initialized" message. Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/mm/kmemcheck/kmemcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/kmemcheck/kmemcheck.c b/arch/x86/mm/kmemcheck/kmemcheck.c
index 9de7d8f6b6e1..f03ee91ac469 100644
--- a/arch/x86/mm/kmemcheck/kmemcheck.c
+++ b/arch/x86/mm/kmemcheck/kmemcheck.c
@@ -47,7 +47,7 @@ int kmemcheck_enabled = KMEMCHECK_ENABLED;
47 47
48int __init kmemcheck_init(void) 48int __init kmemcheck_init(void)
49{ 49{
50 printk(KERN_INFO "kmemcheck: \"Bugs, beware!\"\n"); 50 printk(KERN_INFO "kmemcheck: Initialized\n");
51 51
52#ifdef CONFIG_SMP 52#ifdef CONFIG_SMP
53 /* 53 /*