projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4598c95
)
[IA64] start_secondary() and smp_callin() should be __cpuinit
author
Tony Luck
<tony.luck@intel.com>
Wed, 23 May 2007 23:46:40 +0000
(16:46 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Wed, 23 May 2007 23:46:40 +0000
(16:46 -0700)
Continuing the seemingly neverending quest to stomp out "Section
mismatch" warnings.
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/smpboot.c
patch
|
blob
|
history
diff --git
a/arch/ia64/kernel/smpboot.c
b/arch/ia64/kernel/smpboot.c
index
5429580
..
3c9d8e6
100644
(file)
--- a/
arch/ia64/kernel/smpboot.c
+++ b/
arch/ia64/kernel/smpboot.c
@@
-370,7
+370,7
@@
smp_setup_percpu_timer (void)
{
}
-static void __
dev
init
+static void __
cpu
init
smp_callin (void)
{
int cpuid, phys_id, itc_master;
@@
-456,7
+456,7
@@
smp_callin (void)
/*
* Activate a secondary processor. head.S calls this.
*/
-int __
dev
init
+int __
cpu
init
start_secondary (void *unused)
{
/* Early console may use I/O ports */