summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-12 15:08:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-12 15:08:13 +0000
commita324355fb87d556edac0fee0138eb393767c5f98 (patch)
tree0eebba3793c3194f73a2895e04583b12496b0069 /cpukit/score/cpu/i386/rtems/score/cpu.h
parent2002-04-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a324355fb87d556edac0fee0138eb393767c5f98.tar.bz2
2002-03-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/idtr.h: New file, extracted from libcpu/cpu.h. * rtems/score/interrupts.h: New file, extracted from libcpu/cpu.h. * rtems/score/registers.h: New file, moved from libcpu. * Makefile.am: Reflect changes above. * cpu.c: Don't include cpuModel.h, #include <rtems.h>, #include <rtems/score/i386types.h>, #include <rtems/score/idtr.h>. * rtems/score/cpu.h: Don't include libcpu/cpu.h. #include <rtems/score/interrupts.h>, #include <rtems/score/registers.h>.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/i386/rtems/score/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h
index b601bcf7ea..a6ea2c7628 100644
--- a/cpukit/score/cpu/i386/rtems/score/cpu.h
+++ b/cpukit/score/cpu/i386/rtems/score/cpu.h
@@ -21,10 +21,11 @@ extern "C" {
#endif
#include <rtems/score/i386.h> /* pick up machine definitions */
-#include <libcpu/cpu.h>
#ifndef ASM
#include <rtems/score/types.h>
+#include <rtems/score/interrupts.h> /* formerly in libcpu/cpu.h> */
+#include <rtems/score/registers.h> /* formerly part of libcpu */
#endif
/* conditional compilation parameters */