summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/interr.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/interr.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/interr.c')
-rw-r--r--cpukit/score/src/interr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index bb15e0cbe4..3836f527cb 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -20,7 +20,7 @@
#include <rtems/score/interr.h>
#include <rtems/score/isrlevel.h>
-#include <rtems/score/smp.h>
+#include <rtems/score/smpimpl.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/userextimpl.h>