[rtems commit] smp: Delete rtems_smp_initialize_per_cpu()
Sebastian Huber
sebh at rtems.org
Wed May 29 09:04:03 UTC 2013
Module: rtems
Branch: master
Commit: 9f703b46e773a983dd092b0bb1a2bef826819f85
Changeset: http://git.rtems.org/rtems/commit/?id=9f703b46e773a983dd092b0bb1a2bef826819f85
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue May 14 12:25:08 2013 +0200
smp: Delete rtems_smp_initialize_per_cpu()
---
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
More information about the vc
mailing list