projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22067d4
)
x86: declare setup_apic_routing
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 2 May 2008 21:19:26 +0000
(23:19 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 12 May 2008 19:28:06 +0000
(21:28 +0200)
Global functions need a prototype.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/genapic_64.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/genapic_64.h
b/include/asm-x86/genapic_64.h
index
1de931b
..
0f85046
100644
(file)
--- 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