提交 2cb8a57b 编写于 作者: Z Zachary Amsden 提交者: Linus Torvalds

[PATCH] Fix vmi time header bug

Some gcc put this function in .init.text because the header didn't
match.
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 b6bc5d71
......@@ -54,7 +54,7 @@ extern unsigned long vmi_cpu_khz(void);
#ifdef CONFIG_X86_LOCAL_APIC
extern void __init vmi_timer_setup_boot_alarm(void);
extern void __init vmi_timer_setup_secondary_alarm(void);
extern void __devinit vmi_timer_setup_secondary_alarm(void);
extern void apic_vmi_timer_interrupt(void);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册