Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6df0532e authored by Dave Jones's avatar Dave Jones Committed by Andi Kleen
Browse files

[PATCH] i386: remove duplicate printk



We do the exact same printk about a dozen lines above
with no intermediate printk's.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent bf7e6a19
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -105,9 +105,6 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c)
				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