Loading arch/sh/kernel/idle.c +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ void cpu_idle(void) } } void __cpuinit select_idle_routine(void) void __init select_idle_routine(void) { /* * If a platform has set its own idle routine, leave it alone. Loading arch/sh/kernel/perf_event.c +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ void hw_perf_disable(void) sh_pmu->disable_all(); } int register_sh_pmu(struct sh_pmu *pmu) int __cpuinit register_sh_pmu(struct sh_pmu *pmu) { if (sh_pmu) return -EBUSY; Loading Loading
arch/sh/kernel/idle.c +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ void cpu_idle(void) } } void __cpuinit select_idle_routine(void) void __init select_idle_routine(void) { /* * If a platform has set its own idle routine, leave it alone. Loading
arch/sh/kernel/perf_event.c +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ void hw_perf_disable(void) sh_pmu->disable_all(); } int register_sh_pmu(struct sh_pmu *pmu) int __cpuinit register_sh_pmu(struct sh_pmu *pmu) { if (sh_pmu) return -EBUSY; Loading