summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sh/cpu.c')
-rw-r--r--cpukit/score/cpu/sh/cpu.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c
index b63be7c4c2..31ba6cd0d9 100644
--- a/cpukit/score/cpu/sh/cpu.c
+++ b/cpukit/score/cpu/sh/cpu.c
@@ -12,9 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
*
- * COPYRIGHT (c) 1998.
+ * COPYRIGHT (c) 1998-2001.
* On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -29,11 +28,6 @@
#include <rtems/score/cpu.h>
#include <rtems/score/sh.h>
-/* FIXME: This should not be here */
-#if defined(__SH4__)
-#include <rtems/score/sh4_regs.h>
-#endif
-
/* referenced in start.S */
extern proc_ptr vectab[] ;