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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/percpu.c b/cpukit/score/src/percpu.c
index 98eb3a413e..631e662d7e 100644
--- a/cpukit/score/src/percpu.c
+++ b/cpukit/score/src/percpu.c
@@ -17,12 +17,13 @@
#include <rtems/score/thread.h>
#include <rtems/score/percpu.h>
#include <rtems/score/wkspace.h>
-#include <rtems/score/wkspace.h>
#include <rtems/config.h>
-#include <rtems/score/smp.h>
#include <string.h>
#if defined(RTEMS_SMP)
+
+ #include <rtems/score/smp.h>
+
void _SMP_Handler_initialize(void)
{
int cpu;