summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-20 09:10:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-20 09:11:05 +0200
commit248ca7ad4019f387a28b91a652540e302de7f23e (patch)
treef709807582b54b3521179da60f07ceeef8c214dc /cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
parentdtc: Update VERSION (diff)
downloadrtems-248ca7ad4019f387a28b91a652540e302de7f23e.tar.bz2
score: Remove obsolete CPU port defines
Diffstat (limited to 'cpukit/score/cpu/epiphany/include/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/epiphany/include/rtems/score/cpu.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h b/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
index 9167c09eab..eaedc31ebb 100644
--- a/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/epiphany/include/rtems/score/cpu.h
@@ -187,21 +187,6 @@ extern "C" {
#define CPU_STRUCTURE_ALIGNMENT RTEMS_ALIGNED( CPU_CACHE_LINE_BYTES )
/*
- * Define what is required to specify how the network to host conversion
- * routines are handled.
- *
- * epiphany Specific Information:
- *
- * This version of RTEMS is designed specifically to run with
- * big endian architectures. If you want little endian, you'll
- * have to make the appropriate adjustments here and write
- * efficient routines for byte swapping. The epiphany architecture
- * doesn't do this very well.
- */
-
-#define CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES FALSE
-
-/*
* The following defines the number of bits actually used in the
* interrupt field of the task mode. How those bits map to the
* CPU interrupt levels is defined by the routine _CPU_ISR_Set_level().