* remove duplicate printk
@ 2006-11-20 22:55 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2006-11-20 22:55 UTC (permalink / raw)
To: Linux Kernel; +Cc: ak
We do the exact same printk about a dozen lines above
with no intermediate printk's.
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6/arch/i386/kernel/cpu/amd.c~ 2006-11-20 17:53:17.000000000 -0500
+++ linux-2.6/arch/i386/kernel/cpu/amd.c 2006-11-20 17:53:40.000000000 -0500
@@ -104,10 +104,7 @@ static void __cpuinit init_amd(struct cp
f_vide();
rdtscl(d2);
d = d2-d;
-
- /* Knock these two lines out if it debugs out ok */
- printk(KERN_INFO "AMD K6 stepping B detected - ");
- /* -- cut here -- */
+
if (d > 20*K6_BUG_LOOP)
printk("system stability may be impaired when more than 32 MB are used.\n");
else
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-20 22:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20 22:55 remove duplicate printk Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox