If CONFIG_HOTPLUG_CPU is enabled, those functions will be run again
after bootup. So they need to reside in the .text section.
Signed-off-by: Helge Deller <deller@gmx.de>
        }
 }
 
-void __init disable_sr_hashing(void)
+void disable_sr_hashing(void)
 {
        int srhash_type, retval;
        unsigned long space_bits;
 
 #endif
 }
 
-void __init init_IRQ(void)
+void init_IRQ(void)
 {
        local_irq_disable();    /* PARANOID - should already be disabled */
        mtctl(~0UL, 23);        /* EIRR : clear all pending external intr */
 
  *
  * o Enable CPU profiling hooks.
  */
-int __init init_per_cpu(int cpunum)
+int init_per_cpu(int cpunum)
 {
        int ret;
        struct pdc_coproc_cfg coproc_cfg;
 
        .flags                  = CLOCK_SOURCE_IS_CONTINUOUS,
 };
 
-void __init start_cpu_itimer(void)
+void start_cpu_itimer(void)
 {
        unsigned int cpu = smp_processor_id();
        unsigned long next_tick = mfctl(16) + clocktick;