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)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Dec 2011 16:17:07 +0000 (17:17 +0100)
commit9a0ebfbe3f1007008d198ccc6b86783cdb312fec
tree1c0010b61cffcd7c0989cf230ce404ebea1b5695
parent8e8da023f5af71662867729db5547dc54786093c
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>
arch/x86/include/asm/apic_flat_64.h [new file with mode: 0644]
arch/x86/kernel/apic/apic_flat_64.c