summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-14 11:09:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-14 13:13:27 +0100
commit12075ac316dd5992ee75e3a839af4d1f0250235c (patch)
tree6a5b75554b2cd42c64d916a3d79b70cd031d99ab /cpukit/score/cpu
parentAdd rtems_board_support_package() (diff)
downloadrtems-12075ac316dd5992ee75e3a839af4d1f0250235c.tar.bz2
sparc64: Do not include <rtems/asm.h> in C source
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/sparc64/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/cpu/sparc64/cpu.c b/cpukit/score/cpu/sparc64/cpu.c
index dcf5c8f024..eb7e7348b5 100644
--- a/cpukit/score/cpu/sparc64/cpu.c
+++ b/cpukit/score/cpu/sparc64/cpu.c
@@ -17,7 +17,6 @@
*/
#include <rtems/system.h>
-#include <rtems/asm.h>
#include <rtems/score/isr.h>
#include <rtems/score/tls.h>
#include <rtems/rtems/cache.h>