public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: Remove 4095 enabling x2apic messages
@ 2009-12-11 16:08 Mike Travis
  2009-12-11 22:27 ` Cyrill Gorcunov
  2009-12-12  0:15 ` [tip:x86/urgent] x86: Remove enabling x2apic message for every CPU tip-bot for Mike Travis
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Travis @ 2009-12-11 16:08 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Thomas Gleixner, H. Peter Anvin, Cyrill Gorcunov, Suresh Siddha,
	x86, LKML, Jack Steiner

x86: Remove 4095 enabling x2apic messages

Print only once that the system is supporting x2apic mode.

Signed-off-by: Mike Travis <travis@sgi.com>
---
 arch/x86/kernel/apic/apic.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux.orig/arch/x86/kernel/apic/apic.c
+++ linux/arch/x86/kernel/apic/apic.c
@@ -1358,7 +1358,7 @@
 
 	rdmsr(MSR_IA32_APICBASE, msr, msr2);
 	if (!(msr & X2APIC_ENABLE)) {
-		pr_info("Enabling x2apic\n");
+		printk_once(KERN_INFO "Enabling x2apic\n");
 		wrmsr(MSR_IA32_APICBASE, msr | X2APIC_ENABLE, 0);
 	}
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-12  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-11 16:08 [PATCH] x86: Remove 4095 enabling x2apic messages Mike Travis
2009-12-11 22:27 ` Cyrill Gorcunov
2009-12-12  0:15 ` [tip:x86/urgent] x86: Remove enabling x2apic message for every CPU tip-bot for Mike Travis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox