Changeset 6caf92f in rtems
- Timestamp:
- Apr 1, 2004, 10:06:06 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fcd91277
- Parents:
- 04d13bc
- Location:
- c/src/lib/libcpu/i386
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i386/ChangeLog
r04d13bc r6caf92f 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * cpuModel.S: Include <rtems/asm.h> instead of <asm.h>. 4 * idtr.S: Include <rtems/asm.h> instead of <asm.h>. 5 1 6 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libcpu/i386/cpuModel.S
r04d13bc r6caf92f 25 25 */ 26 26 27 #include < asm.h>27 #include <rtems/asm.h> 28 28 #include <rtems/score/registers.h> 29 29 -
c/src/lib/libcpu/i386/idtr.S
r04d13bc r6caf92f 13 13 */ 14 14 15 #include < asm.h>15 #include <rtems/asm.h> 16 16 17 17 BEGIN_CODE
Note: See TracChangeset
for help on using the changeset viewer.