Changeset c074ea2e in rtems for c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
- Timestamp:
- Feb 20, 2003, 10:07:54 PM (18 years ago)
- Children:
- c494deb8
- Parents:
- da1100e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c
rda1100e rc074ea2e 126 126 case PPC_604: 127 127 case PPC_604e: 128 /* case PPC_604r: -- same value as PPC_750 */128 case PPC_604r: 129 129 if (!mpc604_vector_is_valid(vector)) { 130 130 return 0; … … 139 139 break; 140 140 default: 141 printk("Please complete libcpu/powerpc/mpc6xx/ raw_exception.c\n");141 printk("Please complete libcpu/powerpc/mpc6xx/exceptions/raw_exception.c\n"); 142 142 printk("current_ppc_cpu = %x\n", current_ppc_cpu); 143 143 return 0;
Note: See TracChangeset
for help on using the changeset viewer.