projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f118263
)
x86: avoid early crash in disable_local_APIC()
author
Jan Beulich
<jbeulich@novell.com>
Wed, 14 Jan 2009 12:28:51 +0000
(12:28 +0000)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 15 Jan 2009 11:04:40 +0000
(12:04 +0100)
E.g. when called due to an early panic.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/apic.c
b/arch/x86/kernel/apic.c
index c3dd64fabcf3fe6b66e5a986383b95baac09e190..38d6aab2358ddad71932ffe3c7e8dc2c0c89318f 100644
(file)
--- a/
arch/x86/kernel/apic.c
+++ b/
arch/x86/kernel/apic.c
@@
-895,6
+895,10
@@
void disable_local_APIC(void)
{
unsigned int value;
+ /* APIC hasn't been mapped yet */
+ if (!apic_phys)
+ return;
+
clear_local_APIC();
/*