Changeset 3411bac in rtems
- Timestamp:
- Apr 13, 2004, 2:59:51 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bd00319
- Parents:
- 297d99b1
- Location:
- cpukit/score/cpu/powerpc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/powerpc/ChangeLog
r297d99b1 r3411bac 1 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * asm.h: Include rtems/score/powerpc.h instead of 4 rtems/score/ppc.h. 5 1 6 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
cpukit/score/cpu/powerpc/asm.h
r297d99b1 r3411bac 38 38 #endif 39 39 #include <rtems/score/cpuopts.h> 40 #include <rtems/score/p pc.h>40 #include <rtems/score/powerpc.h> 41 41 42 42 /* -
cpukit/score/cpu/powerpc/rtems/asm.h
r297d99b1 r3411bac 38 38 #endif 39 39 #include <rtems/score/cpuopts.h> 40 #include <rtems/score/p pc.h>40 #include <rtems/score/powerpc.h> 41 41 42 42 /*
Note: See TracChangeset
for help on using the changeset viewer.