commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=66f6a24c709b6601efa2c0598a735d9ab598ab75 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Signed-off-by: Steven Miao <[email protected]> --- arch/blackfin/mach-common/smp.c | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/arch/blackfin/mach-common/smp.c b/arch/blackfin/mach-common/smp.c index 34a790f..0e91d00 100644 --- a/arch/blackfin/mach-common/smp.c +++ b/arch/blackfin/mach-common/smp.c @@ -170,14 +170,6 @@ void ipi_timer(void) evt->event_handler(evt); } -DECLARE_PER_CPU(struct clock_event_device, coretmr_events); -void ipi_timer(void) -{ - int cpu = smp_processor_id(); - struct clock_event_device *evt = &per_cpu(coretmr_events, cpu); - evt->event_handler(evt); -} - static irqreturn_t ipi_handler_int1(int irq, void *dev_instance) { struct ipi_message *msg; @@ -333,16 +325,6 @@ void smp_timer_broadcast(const struct cpumask *mask) smp_send_msg(mask, BFIN_IPI_TIMER); } -void smp_send_msg(const struct cpumask *mask, unsigned long type) -{ - smp_send_message(*mask, type, NULL, NULL, 0); -} - -void smp_timer_broadcast(const struct cpumask *mask) -{ - smp_send_msg(mask, BFIN_IPI_TIMER); -} - void smp_send_stop(void) { cpumask_t callmap;
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
