浏览代码

x86: declare setup_apic_routing

Global functions need a prototype.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 年之前
父节点
当前提交
88a83350bc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/asm-x86/genapic_64.h

+ 2 - 0
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