summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/ChangeLog
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/i386/ChangeLog
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 '')
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog5
1 files changed, 5 insertions, 0 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.