From ca63ae2ec0b7831d533497078c0982ba758eec81 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Jun 2013 15:41:21 +0200 Subject: smp: Add and use _CPU_SMP_Send_interrupt() Delete bsp_smp_interrupt_cpu(). --- cpukit/score/include/rtems/bspsmp.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h index 57f5a7a458..ec8be9f085 100644 --- a/cpukit/score/include/rtems/bspsmp.h +++ b/cpukit/score/include/rtems/bspsmp.h @@ -83,18 +83,6 @@ uint32_t bsp_smp_initialize( uint32_t configured_cpu_count ); */ void bsp_smp_broadcast_interrupt(void); -/** - * @brief Generate a interprocessor interrupt. - * - * This method is invoked by RTEMS to let @a cpu know that it - * has sent it a message. - * - * @param [in] cpu is the recipient CPU - */ -void bsp_smp_interrupt_cpu( - int cpu -); - /** * @brief Performs high-level initialization of a secondary processor and runs * the application threads. -- cgit v1.2.3