2001-05-17 Joel Sherrill <joel@OARcorp.com>

* mpc6xx/exceptions/raw_exception.c, pc6xx/mmu/pte121.c: Modified
	slightly to reflect recent PowerPC re-organization and avoid warnings.
This commit is contained in:
Joel Sherrill
2002-05-17 18:05:29 +00:00
parent 7c844e30ab
commit c0af822e77
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2001-05-17 Joel Sherrill <joel@OARcorp.com>
* mpc6xx/exceptions/raw_exception.c, pc6xx/mmu/pte121.c: Modified
slightly to reflect recent PowerPC re-organization and avoid warnings.
2001-05-15 Till Straumann <strauman@slac.stanford.edu> 2001-05-15 Till Straumann <strauman@slac.stanford.edu>
* mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h: New files. Missed in * mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h: New files. Missed in

View File

@@ -22,7 +22,7 @@
*/ */
#include <rtems/system.h> #include <rtems/system.h>
#include <rtems/score/ppc.h> #include <rtems/score/ppc.h>
#include <rtems/system.h> #include <rtems/bspIo.h>
#include <libcpu/raw_exception.h> #include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h> #include <libcpu/cpuIdent.h>
@@ -121,7 +121,7 @@ int mpc60x_vector_is_valid(rtems_vector vector)
break; break;
case PPC_604: case PPC_604:
case PPC_604e: case PPC_604e:
case PPC_604r: /* case PPC_604r: -- same value as PPC_750 */
if (!mpc604_vector_is_valid(vector)) { if (!mpc604_vector_is_valid(vector)) {
return 0; return 0;
} }

View File

@@ -21,7 +21,7 @@
#ifndef DEBUG_MAIN #ifndef DEBUG_MAIN
#include <rtems.h> #include <rtems.h>
#include <rtems/bspIo.h> #include <rtems/bspIo.h>
#include <libcpu/cpu.h> #include <libcpu/cpuIdent.h>
#include <bsp.h> #include <bsp.h>
#ifdef DEBUG_EXC #ifdef DEBUG_EXC
#include <bsp/vectors.h> #include <bsp/vectors.h>