projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7e6a1
)
[PATCH] i386: remove duplicate printk
author
Dave Jones
<davej@redhat.com>
Thu, 7 Dec 2006 01:14:11 +0000
(
02:14
+0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:11 +0000
(
02:14
+0100)
We do the exact same printk about a dozen lines above
with no intermediate printk's.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/cpu/amd.c
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/cpu/amd.c
b/arch/i386/kernel/cpu/amd.c
index e4758095d87a8d72232f3876a2973adcd06db92a..41cfea57232bb290d7a81061b7f397c53984d23b 100644
(file)
--- a/
arch/i386/kernel/cpu/amd.c
+++ b/
arch/i386/kernel/cpu/amd.c
@@
-104,10
+104,7
@@
static void __cpuinit init_amd(struct cpuinfo_x86 *c)
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