diff options
author | Tony Luck <tony.luck@intel.com> | 2007-07-20 14:39:24 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-07-25 13:08:26 -0700 |
commit | 9d6f40b86b47928ffde8a41cb2ef332da34b3de2 (patch) | |
tree | 6006aecfdeb64ea7cb6ce7cfa36fccae4562e75e /include/asm-ia64 | |
parent | 3b74d18e54e20fc1d398eb391bea5b9aed22aca5 (diff) | |
download | op-kernel-dev-9d6f40b86b47928ffde8a41cb2ef332da34b3de2.zip op-kernel-dev-9d6f40b86b47928ffde8a41cb2ef332da34b3de2.tar.gz |
[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 'include/asm-ia64')
-rw-r--r-- | include/asm-ia64/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ia64/smp.h b/include/asm-ia64/smp.h index c600249..6314b29 100644 --- a/include/asm-ia64/smp.h +++ b/include/asm-ia64/smp.h @@ -116,7 +116,6 @@ max_xtp (void) extern int __cpu_disable (void); extern void __cpu_die (unsigned int cpu); extern void cpu_die (void) __attribute__ ((noreturn)); -extern int __cpu_up (unsigned int cpu); extern void __init smp_build_cpu_map(void); extern void __init init_smp_config (void); |