[IA64] Clear up section mismatch with arch_unregister_cpu()

The generic_defconfig has three section mismatches. This clears
arch_unregister_cpu()

Signed-off-by: Robin Holt <holt@sgi.com>
Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by Robin Holt and committed by Tony Luck 8704ad85 6882edc0

+3 -1
+3 -1
arch/ia64/kernel/topology.c
··· 53 53 } 54 54 EXPORT_SYMBOL(arch_register_cpu); 55 55 56 - void arch_unregister_cpu(int num) 56 + void __ref arch_unregister_cpu(int num) 57 57 { 58 58 unregister_cpu(&sysfs_cpus[num].cpu); 59 + #ifdef CONFIG_ACPI 59 60 unmap_cpu_from_node(num, cpu_to_node(num)); 61 + #endif 60 62 } 61 63 EXPORT_SYMBOL(arch_unregister_cpu); 62 64 #else