summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-14 13:23:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-29 11:06:07 +0200
commit8cacceb7b9e789976c943339ab76317e8964b528 (patch)
tree183af8610bef3baf0325948e8a5d38bafae00002 /cpukit/score/src
parentsmp: Delete rtems_smp_send_message() (diff)
downloadrtems-8cacceb7b9e789976c943339ab76317e8964b528.tar.bz2
smp: Delete bsp_smp_secondary_cpu_initialize()
Do not call bsp_smp_secondary_cpu_initialize() in rtems_smp_secondary_cpu_initialize(). This allows more flexibilty in the BSP low-level code. Specify context requirements for a call to rtems_smp_secondary_cpu_initialize().
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/smp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpukit/score/src/smp.c b/cpukit/score/src/smp.c
index cd4d2350ba..a06db5ef84 100644
--- a/cpukit/score/src/smp.c
+++ b/cpukit/score/src/smp.c
@@ -56,9 +56,6 @@ void rtems_smp_secondary_cpu_initialize(void)
cpu = bsp_smp_processor_id();
- _ISR_Disable_on_this_core( level );
- bsp_smp_secondary_cpu_initialize(cpu);
-
/*
* Inform the primary CPU that this secondary CPU is initialized
* and ready to dispatch to the first thread it is supposed to