Changeset f0f1641 in rtems
- Timestamp:
- 04/13/04 10:03:32 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 329a2c14
- Parents:
- 825808f
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
r825808f rf0f1641 1 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S, 4 mpc6xx/exceptions/raw_exception.c, 5 mpc8260/exceptions/raw_exception.c, 6 mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h, 7 mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include 8 <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>. 9 1 10 2004-04-12 David Querbach <querbach@realtime.bc.ca> 2 11 -
c/src/lib/libcpu/powerpc/mpc505/ictrl/ictrl.c
r825808f rf0f1641 6 6 7 7 #include <rtems.h> 8 #include <rtems/score/p pc.h>8 #include <rtems/score/powerpc.h> 9 9 10 10 /* -
c/src/lib/libcpu/powerpc/mpc505/vectors/vectors.S
r825808f rf0f1641 22 22 23 23 #include <rtems/asm.h> 24 #include <rtems/score/p pc.h>24 #include <rtems/score/powerpc.h> 25 25 #include <rtems/score/ppc_offs.h> 26 26 -
c/src/lib/libcpu/powerpc/mpc5xx/exceptions/raw_exception.c
r825808f rf0f1641 26 26 #include <rtems/system.h> 27 27 #include <rtems/score/cpu.h> 28 #include <rtems/score/p pc.h>28 #include <rtems/score/powerpc.h> 29 29 #include <libcpu/raw_exception.h> 30 30 #include <libcpu/cpuIdent.h> -
c/src/lib/libcpu/powerpc/mpc5xx/ictrl/ictrl.c
r825808f rf0f1641 6 6 7 7 #include <rtems.h> 8 #include <rtems/score/p pc.h>8 #include <rtems/score/powerpc.h> 9 9 10 10 /* -
c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
r825808f rf0f1641 22 22 */ 23 23 #include <rtems/system.h> 24 #include <rtems/score/p pc.h>24 #include <rtems/score/powerpc.h> 25 25 #include <rtems/bspIo.h> 26 26 #include <libcpu/raw_exception.h> -
c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c
r825808f rf0f1641 24 24 #include <string.h> /* memcmp */ 25 25 #include <rtems/system.h> 26 #include <rtems/score/p pc.h>26 #include <rtems/score/powerpc.h> 27 27 #include <rtems/bspIo.h> 28 28 #include <libcpu/raw_exception.h> -
c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
r825808f rf0f1641 21 21 #include <rtems/system.h> 22 22 #include <rtems/score/cpu.h> 23 #include <rtems/score/p pc.h>23 #include <rtems/score/powerpc.h> 24 24 #include <libcpu/raw_exception.h> 25 25 #include <libcpu/cpuIdent.h> -
c/src/lib/libcpu/powerpc/rtems/powerpc/cache.h
r825808f rf0f1641 6 6 #define _rtems_powerpc_cache_h 7 7 8 #include <rtems/score/p pc.h>8 #include <rtems/score/powerpc.h> 9 9 10 10 #ifdef _OLD_EXCEPTIONS
Note: See TracChangeset
for help on using the changeset viewer.