diff options
Diffstat (limited to 'arch/alpha/kernel')
| -rw-r--r-- | arch/alpha/kernel/smp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c index 42aa078a5e4d..5a621c6d22ab 100644 --- a/arch/alpha/kernel/smp.c +++ b/arch/alpha/kernel/smp.c | |||
| @@ -585,8 +585,7 @@ handle_ipi(struct pt_regs *regs) | |||
| 585 | 585 | ||
| 586 | switch (which) { | 586 | switch (which) { |
| 587 | case IPI_RESCHEDULE: | 587 | case IPI_RESCHEDULE: |
| 588 | /* Reschedule callback. Everything to be done | 588 | scheduler_ipi(); |
| 589 | is done by the interrupt return path. */ | ||
| 590 | break; | 589 | break; |
| 591 | 590 | ||
| 592 | case IPI_CALL_FUNC: | 591 | case IPI_CALL_FUNC: |
