summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-14 12:25:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-29 11:06:07 +0200
commit9f703b46e773a983dd092b0bb1a2bef826819f85 (patch)
tree83add982fc711732ba87e56d5fb12ef8a1c62dd8 /cpukit
parentsmp: Simplify main CPU initialization (diff)
downloadrtems-9f703b46e773a983dd092b0bb1a2bef826819f85.tar.bz2
smp: Delete rtems_smp_initialize_per_cpu()
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/include/rtems/bspsmp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index e1ef4882d5..5c8aa46306 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