x86: Make flat_init_apic_ldr() available
authorDaniel J Blueman <daniel@numascale-asia.com>
Mon, 5 Dec 2011 08:20:36 +0000 (16:20 +0800)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:21:24 +0000 (13:21 -0700)
Allow flat_init_apic_ldr() to be used outside the compilation
unit for similar APIC implementations.

Signed-off-by: Daniel J Blueman <daniel@numascale-asia.com>
Cc: Steffen Persvold <sp@numascale.com>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Link: http://lkml.kernel.org/r/1323073238-32686-1-git-send-email-daniel@numascale-asia.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
(cherry picked from commit 9a0ebfbe3f1007008d198ccc6b86783cdb312fec)

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

arch/x86/include/asm/apic_flat_64.h [new file with mode: 0644]
arch/x86/kernel/apic/apic_flat_64.c

diff --git a/arch/x86/include/asm/apic_flat_64.h b/arch/x86/include/asm/apic_flat_64.h
new file mode 100644 (file)
index 0000000..a2d3127
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _ASM_X86_APIC_FLAT_64_H
+#define _ASM_X86_APIC_FLAT_64_H
+
+extern void flat_init_apic_ldr(void);
+
+#endif
+
index f7a41e4..57c1f41 100644 (file)
@@ -62,7 +62,7 @@ static void flat_vector_allocation_domain(int cpu, struct cpumask *retmask)
  * an APIC.  See e.g. "AP-388 82489DX User's Manual" (Intel
  * document number 292116).  So here it goes...
  */
-static void flat_init_apic_ldr(void)
+void flat_init_apic_ldr(void)
 {
        unsigned long val;
        unsigned long num, id;