2001-10-22 Andy Dachs <a.dachs@sstl.co.uk>

* Makefile.am, README, configure.ac, new_exception_processing/cpu.h,
	shared/include/cpu.h, shared/include/cpuIdent.c, shared/src/cache.c:
	Added mpc8260 support.
This commit is contained in:
Joel Sherrill
2001-10-22 13:46:37 +00:00
parent 3ac78af928
commit 48694da292
9 changed files with 50 additions and 6 deletions

View File

@@ -3,6 +3,9 @@
*
* Copyright (C) 1999 Eric Valette. valette@crf.canon.fr
*
* Added MPC8260 Andy Dachs <a.dachs@sstl.co.uk>
* Surrey Satellite Technology Limited
*
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
@@ -37,6 +40,7 @@ ppc_cpu_id_t get_ppc_cpu_type()
case PPC_604r:
case PPC_620:
case PPC_860:
case PPC_8260:
current_ppc_cpu = (ppc_cpu_id_t) pvr;
return current_ppc_cpu;
default: