summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/smp.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-17 14:56:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-19 09:59:41 +0100
commit6ca4f6af8ae91d52f5836805f05a7b9b77a2feac (patch)
tree4d27afa23ac8af242cd77a5520ce045ae2b51f3b /cpukit/score/src/smp.c
parentscore: Delete bsp_smp_broadcast_interrupt() (diff)
downloadrtems-6ca4f6af8ae91d52f5836805f05a7b9b77a2feac.tar.bz2
score: Add and use <rtems/score/smpimpl.h>
Collect SMP implementation specific parts in the <rtems/score/smpimpl.h> header file.
Diffstat (limited to 'cpukit/score/src/smp.c')
-rw-r--r--cpukit/score/src/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/smp.c b/cpukit/score/src/smp.c
index f3aa25f011..6c2f78b2eb 100644
--- a/cpukit/score/src/smp.c
+++ b/cpukit/score/src/smp.c
@@ -19,10 +19,10 @@
#endif
#include <rtems/bspsmp.h>
+#include <rtems/score/smpimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/threaddispatch.h>
#include <rtems/score/threadimpl.h>
-#include <rtems/score/smp.h>
#include <rtems/config.h>
#include <rtems/fatal.h>