[PATCH 06/11] smp: Delete rtems_smp_initialize_per_cpu()

Sebastian Huber sebastian.huber at embedded-brains.de
Mon May 27 10:58:11 UTC 2013


---
 cpukit/score/include/rtems/bspsmp.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index e1ef488..5c8aa46 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -155,16 +155,6 @@ void bsp_smp_secondary_cpu_initialize(int cpu);
 void rtems_smp_secondary_cpu_initialize(void);
 
 /**
- *  This method is invoked by the BSP to initialize the per CPU structure
- *  for the specified @a cpu while it is bringing the secondary CPUs
- *  out of their reset state and into a useful state.
- *
- *  @param [in] cpu indicates the CPU whose per cpu structure is to
- *              be initialized.
- */
-void rtems_smp_initialize_per_cpu(int cpu);
-
-/**
  *  @brief Process the incoming interprocessor request.
  *
  *  This is the method called by the BSP's interrupt handler
-- 
1.7.7




More information about the devel mailing list