public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: avoid early crash in disable_local_APIC()
@ 2009-01-14 12:28 Jan Beulich
  2009-01-15 11:05 ` Ingo Molnar
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Beulich @ 2009-01-14 12:28 UTC (permalink / raw)
  To: mingo, tglx, hpa; +Cc: linux-kernel

E.g. when called due to an early panic.

Signed-off-by: Jan Beulich <jbeulich@novell.com>

---
 arch/x86/kernel/apic.c |    4 ++++
 1 file changed, 4 insertions(+)

--- linux-2.6.29-rc1/arch/x86/kernel/apic.c	2009-01-14 11:36:05.000000000 +0100
+++ 2.6.29-rc1-x86-early-disable-lapic/arch/x86/kernel/apic.c	2009-01-06 16:51:35.000000000 +0100
@@ -894,6 +894,10 @@ void disable_local_APIC(void)
 {
 	unsigned int value;
 
+	/* APIC hasn't been mapped yet */
+	if (!apic_phys)
+		return;
+
 	clear_local_APIC();
 
 	/*




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

end of thread, other threads:[~2009-01-16 21:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 12:28 [PATCH] x86: avoid early crash in disable_local_APIC() Jan Beulich
2009-01-15 11:05 ` Ingo Molnar
2009-01-15 22:47   ` Ingo Molnar
2009-01-15 22:47     ` Ingo Molnar
2009-01-16  8:22       ` Jan Beulich
2009-01-16 13:09         ` Ingo Molnar
2009-01-16 21:26         ` Maciej W. Rozycki

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