summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic_flat_64.c
diff options
context:
space:
mode:
authorDaniel J Blueman2011-12-05 09:20:36 +0100
committerIngo Molnar2011-12-05 17:17:07 +0100
commit9a0ebfbe3f1007008d198ccc6b86783cdb312fec (patch)
tree1c0010b61cffcd7c0989cf230ce404ebea1b5695 /arch/x86/kernel/apic/apic_flat_64.c
parentx86: Fix boot failures on older AMD CPU's (diff)
downloadkernel-qcow2-linux-9a0ebfbe3f1007008d198ccc6b86783cdb312fec.tar.gz
kernel-qcow2-linux-9a0ebfbe3f1007008d198ccc6b86783cdb312fec.tar.xz
kernel-qcow2-linux-9a0ebfbe3f1007008d198ccc6b86783cdb312fec.zip
x86: Make flat_init_apic_ldr() available
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>
Diffstat (limited to 'arch/x86/kernel/apic/apic_flat_64.c')
-rw-r--r--arch/x86/kernel/apic/apic_flat_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic_flat_64.c b/arch/x86/kernel/apic/apic_flat_64.c
index f7a41e4cae47..57c1f4135fa9 100644
--- a/arch/x86/kernel/apic/apic_flat_64.c
+++ b/arch/x86/kernel/apic/apic_flat_64.c
@@ -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;