forked from Imagelibrary/rtems
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user