From: Thomas Gleixner Date: Fri, 2 May 2008 21:19:26 +0000 (+0200) Subject: x86: declare setup_apic_routing X-Git-Tag: v2.6.27-rc1~1106^2~248^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=88a83350bc1955fa9d8fca059e19bc360fcef2ba;p=karo-tx-linux.git x86: declare setup_apic_routing Global functions need a prototype. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/genapic_64.h b/include/asm-x86/genapic_64.h index 1de931b263ce..0f8504627c41 100644 --- a/include/asm-x86/genapic_64.h +++ b/include/asm-x86/genapic_64.h @@ -44,4 +44,6 @@ DECLARE_PER_CPU(int, x2apic_extra_bits); extern void uv_cpu_init(void); extern int uv_wakeup_secondary(int phys_apicid, unsigned int start_rip); +extern void setup_apic_routing(void); + #endif