summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-25 14:11:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-26 09:16:25 +0200
commit48fed9a56e6df6e766ca18d821278112fc1bfa10 (patch)
tree4a9a0938539b804ac968f75b05bb47c94ff00ca8 /c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
parentscore: Fix extern "C" in <rtems/score/heap.h> (diff)
downloadrtems-48fed9a56e6df6e766ca18d821278112fc1bfa10.tar.bz2
score: Simplify <rtems/system.h>
Drop the <rtems/score/percpu.h> include since this file exposes a lot of implementation details.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
index 1e0c66582a..f6e9f42da6 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c
@@ -63,6 +63,7 @@
#ifndef DEBUG_MAIN
#include <rtems.h>
#include <rtems/bspIo.h>
+#include <rtems/score/percpu.h>
#include <libcpu/cpuIdent.h>
#include <libcpu/spr.h>
#ifdef DEBUG_EXC