Changeset c0af822e in rtems


Ignore:
Timestamp:
05/17/02 18:05:29 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8873684
Parents:
7c844e3
Message:

2001-05-17 Joel Sherrill <joel@…>

  • mpc6xx/exceptions/raw_exception.c, pc6xx/mmu/pte121.c: Modified slightly to reflect recent PowerPC re-organization and avoid warnings.
Location:
c/src/lib/libcpu/powerpc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/powerpc/ChangeLog

    r7c844e3 rc0af822e  
     12001-05-17      Joel Sherrill <joel@OARcorp.com>
     2
     3        * mpc6xx/exceptions/raw_exception.c, pc6xx/mmu/pte121.c: Modified
     4        slightly to reflect recent PowerPC re-organization and avoid warnings.
     5
    162001-05-15      Till Straumann <strauman@slac.stanford.edu>
    27
  • c/src/lib/libcpu/powerpc/mpc6xx/exceptions/raw_exception.c

    r7c844e3 rc0af822e  
    2323#include <rtems/system.h>
    2424#include <rtems/score/ppc.h>
    25 #include <rtems/system.h>
     25#include <rtems/bspIo.h>
    2626#include <libcpu/raw_exception.h>
    2727#include <libcpu/cpuIdent.h>
     
    122122        case PPC_604:
    123123        case PPC_604e:
    124         case PPC_604r:
     124        /* case PPC_604r: -- same value as PPC_750 */
    125125            if (!mpc604_vector_is_valid(vector)) {
    126126                return 0;
  • c/src/lib/libcpu/powerpc/mpc6xx/mmu/pte121.c

    r7c844e3 rc0af822e  
    2222#include <rtems.h>
    2323#include <rtems/bspIo.h>
    24 #include <libcpu/cpu.h>
     24#include <libcpu/cpuIdent.h>
    2525#include <bsp.h>
    2626#ifdef  DEBUG_EXC
Note: See TracChangeset for help on using the changeset viewer.