diff options
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | 2007-10-19 21:21:11 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-23 16:37:22 -0400 |
commit | 9b7711f0839d12edac3abfc2f3e4c5bdc660878b (patch) | |
tree | 72f364d2799f9797a07d390ec6c9d592bea4440b /include/asm-x86 | |
parent | 703530238b580d69d4a112d3ab3d58c0eb1e7246 (diff) |
x86: add lapic_shutdown for x86_64
Preperatory patch to allow crash_32/64.c merging
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/apic_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/apic_64.h b/include/asm-x86/apic_64.h index 3c8f21eef0be..2747a11a2b19 100644 --- a/include/asm-x86/apic_64.h +++ b/include/asm-x86/apic_64.h | |||
@@ -69,6 +69,7 @@ extern void clear_local_APIC (void); | |||
69 | extern void connect_bsp_APIC (void); | 69 | extern void connect_bsp_APIC (void); |
70 | extern void disconnect_bsp_APIC (int virt_wire_setup); | 70 | extern void disconnect_bsp_APIC (int virt_wire_setup); |
71 | extern void disable_local_APIC (void); | 71 | extern void disable_local_APIC (void); |
72 | extern void lapic_shutdown (void); | ||
72 | extern int verify_local_APIC (void); | 73 | extern int verify_local_APIC (void); |
73 | extern void cache_APIC_registers (void); | 74 | extern void cache_APIC_registers (void); |
74 | extern void sync_Arb_IDs (void); | 75 | extern void sync_Arb_IDs (void); |