projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6bc5d7
)
[PATCH] Fix vmi time header bug
author
Zachary Amsden
<zach@vmware.com>
Mon, 12 Mar 2007 22:58:08 +0000
(14:58 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 12 Mar 2007 23:36:16 +0000
(16:36 -0700)
Some gcc put this function in .init.text because the header didn't
match.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-i386/vmi_time.h
patch
|
blob
|
history
diff --git
a/include/asm-i386/vmi_time.h
b/include/asm-i386/vmi_time.h
index 94d0a12a4114920c5613717439eec03bc125efcb..c3a1fcf66c963ee763fe7fb6d9c575787f5533f1 100644
(file)
--- a/
include/asm-i386/vmi_time.h
+++ b/
include/asm-i386/vmi_time.h
@@
-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 __
dev
init vmi_timer_setup_secondary_alarm(void);
extern void apic_vmi_timer_interrupt(void);
#endif