summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:06:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:06:06 +0000
commit6caf92f8647a9f3c58f6239ec9744038d5037b10 (patch)
tree58c81fb42e710a747434e2b84a8fc6551b1e9b3e /c/src/lib/libcpu
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-6caf92f8647a9f3c58f6239ec9744038d5037b10.tar.bz2
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* cpuModel.S: Include <rtems/asm.h> instead of <asm.h>. * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
Diffstat (limited to 'c/src/lib/libcpu')
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog5
-rw-r--r--c/src/lib/libcpu/i386/cpuModel.S2
-rw-r--r--c/src/lib/libcpu/i386/idtr.S2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog
index 08177341f3..6c65ef93ad 100644
--- a/c/src/lib/libcpu/i386/ChangeLog
+++ b/c/src/lib/libcpu/i386/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>.
+ * idtr.S: Include <rtems/asm.h> instead of <asm.h>.
+
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* page.c: Convert to using c99 fixed size types.
diff --git a/c/src/lib/libcpu/i386/cpuModel.S b/c/src/lib/libcpu/i386/cpuModel.S
index 5403cd89ec..72520aa5b8 100644
--- a/c/src/lib/libcpu/i386/cpuModel.S
+++ b/c/src/lib/libcpu/i386/cpuModel.S
@@ -24,7 +24,7 @@
* $Id$
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include <rtems/score/registers.h>
BEGIN_CODE
diff --git a/c/src/lib/libcpu/i386/idtr.S b/c/src/lib/libcpu/i386/idtr.S
index c0fecd4700..09a1121765 100644
--- a/c/src/lib/libcpu/i386/idtr.S
+++ b/c/src/lib/libcpu/i386/idtr.S
@@ -12,7 +12,7 @@
* $Id$
*/
-#include <asm.h>
+#include <rtems/asm.h>
BEGIN_CODE
/*