From 248ca7ad4019f387a28b91a652540e302de7f23e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Jul 2018 09:10:29 +0200 Subject: score: Remove obsolete CPU port defines --- cpukit/score/cpu/epiphany/include/rtems/score/cpu.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cpukit/score/cpu/epiphany/include/rtems/score/cpu.h') 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 @@ -186,21 +186,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 -- cgit v1.2.3