summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/percpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/percpu.c')
-rw-r--r--cpukit/score/src/percpu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/src/percpu.c b/cpukit/score/src/percpu.c
index 201c53be5a..aa95aa9c8d 100644
--- a/cpukit/score/src/percpu.c
+++ b/cpukit/score/src/percpu.c
@@ -29,7 +29,6 @@
#if defined(RTEMS_SMP)
#include <rtems/score/smp.h>
- #include <rtems/bspsmp.h>
void _SMP_Handler_initialize(void)
{
@@ -39,7 +38,7 @@
/*
* Discover and initialize the secondary cores in an SMP system.
*/
- max_cpus = bsp_smp_initialize( max_cpus );
+ max_cpus = _CPU_SMP_Initialize( max_cpus );
_SMP_Processor_count = max_cpus;