summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/smpboot.c
diff options
context:
space:
mode:
authorTony Luck2007-07-20 23:39:24 +0200
committerTony Luck2007-07-25 22:08:26 +0200
commit9d6f40b86b47928ffde8a41cb2ef332da34b3de2 (patch)
tree6006aecfdeb64ea7cb6ce7cfa36fccae4562e75e /arch/ia64/kernel/smpboot.c
parent[IA64] rename partial_page (diff)
downloadkernel-qcow2-linux-9d6f40b86b47928ffde8a41cb2ef332da34b3de2.tar.gz
kernel-qcow2-linux-9d6f40b86b47928ffde8a41cb2ef332da34b3de2.tar.xz
kernel-qcow2-linux-9d6f40b86b47928ffde8a41cb2ef332da34b3de2.zip
[IA64] fix section mismatch warnings
In 741f98fe298a73c9d47ed53703c1279a29718581 Sam added full checking across the entire vmlinux image. This flushed out a dozen new section mismatch warnings. Start the whack-a-mole game again to stomp them out. Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/smpboot.c')
-rw-r--r--arch/ia64/kernel/smpboot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c
index 9f5c90b594b9..62209dcf06d3 100644
--- a/arch/ia64/kernel/smpboot.c
+++ b/arch/ia64/kernel/smpboot.c
@@ -487,7 +487,7 @@ struct create_idle {
int cpu;
};
-void
+void __cpuinit
do_fork_idle(struct work_struct *work)
{
struct create_idle *c_idle =
@@ -497,7 +497,7 @@ do_fork_idle(struct work_struct *work)
complete(&c_idle->done);
}
-static int __devinit
+static int __cpuinit
do_boot_cpu (int sapicid, int cpu)
{
int timeout;
@@ -808,7 +808,7 @@ set_cpu_sibling_map(int cpu)
}
}
-int __devinit
+int __cpuinit
__cpu_up (unsigned int cpu)
{
int ret;