Skip to content

Commit

Permalink
[PATCH] Fix vmi time header bug
Browse files Browse the repository at this point in the history
Some gcc put this function in .init.text because the header didn't
match.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Zachary Amsden authored and Linus Torvalds committed Mar 12, 2007
1 parent b6bc5d7 commit 2cb8a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-i386/vmi_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2cb8a57

Please sign in to comment.