* [KJ] [PATCH] Add KERN constant in arch/i386/kernel/cpu/rise.c
@ 2006-06-12 14:11 Matthew Martin
0 siblings, 0 replies; only message in thread
From: Matthew Martin @ 2006-06-12 14:11 UTC (permalink / raw)
To: kernel-janitors
Hello,
This adds a KERN constant in the file arch/i386/kernel/cpu/rise.c
Signed-off-by: Matthew Martin <lihnucks@gmail.com>
---
--- vanilla-linux-2.6.16/arch/i386/kernel/cpu/rise.c 2006-03-19 23:53:29.000000000 -0600
+++ linux-2.6.16/arch/i386/kernel/cpu/rise.c 2006-06-12 09:00:16.000000000 -0500
@@ -7,7 +7,7 @@
static void __init init_rise(struct cpuinfo_x86 *c)
{
- printk("CPU: Rise iDragon");
+ printk(KERN_INFO "CPU: Rise iDragon");
if (c->x86_model > 2)
printk(" II");
printk("\n");
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-12 14:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 14:11 [KJ] [PATCH] Add KERN constant in arch/i386/kernel/cpu/rise.c Matthew Martin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.