diff options
author | Tony Luck <tony.luck@intel.com> | 2007-05-07 16:17:00 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-05-07 16:17:00 -0400 |
commit | 0f7ac29e594808eaddb61f17dcd503ad36b3d769 (patch) | |
tree | 7eab7d8f4f04ddc89275aa9a370b6bf0d3aaf6a9 /arch/ia64/kernel/setup.c | |
parent | a989705c4cf6e6c1a339c95f9daf658b4ba88ca8 (diff) |
[IA64] Fix some section mismatch errors
Section mismatch: reference to ...
.init.text:prefill_possible_map from .text between 'setup_per_cpu_areas' and 'cpu_init'
.init.text:iosapic_override_isa_irq from .text between 'iosapic_init' and 'iosapic_remove'
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/setup.c')
-rw-r--r-- | arch/ia64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 6e19da122ae3..9df1efe7487d 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c | |||
@@ -786,7 +786,7 @@ identify_cpu (struct cpuinfo_ia64 *c) | |||
786 | c->unimpl_pa_mask = ~((1L<<63) | ((1L << phys_addr_size) - 1)); | 786 | c->unimpl_pa_mask = ~((1L<<63) | ((1L << phys_addr_size) - 1)); |
787 | } | 787 | } |
788 | 788 | ||
789 | void | 789 | void __init |
790 | setup_per_cpu_areas (void) | 790 | setup_per_cpu_areas (void) |
791 | { | 791 | { |
792 | /* start_kernel() requires this... */ | 792 | /* start_kernel() requires this... */ |