aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/kernel/smp.c')
-rw-r--r--arch/arm/kernel/smp.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
index a0ad0540761f..d439a8f4c078 100644
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -486,7 +486,7 @@ static void broadcast_timer_set_mode(enum clock_event_mode mode,
486{ 486{
487} 487}
488 488
489static void broadcast_timer_setup(struct clock_event_device *evt) 489static void __cpuinit broadcast_timer_setup(struct clock_event_device *evt)
490{ 490{
491 evt->name = "dummy_timer"; 491 evt->name = "dummy_timer";
492 evt->features = CLOCK_EVT_FEAT_ONESHOT | 492 evt->features = CLOCK_EVT_FEAT_ONESHOT |
@@ -567,10 +567,7 @@ asmlinkage void __exception_irq_entry do_IPI(int ipinr, struct pt_regs *regs)
567 break; 567 break;
568 568
569 case IPI_RESCHEDULE: 569 case IPI_RESCHEDULE:
570 /* 570 scheduler_ipi();
571 * nothing more to do - eveything is
572 * done on the interrupt return path
573 */
574 break; 571 break;
575 572
576 case IPI_CALL_FUNC: 573 case IPI_CALL_FUNC: