2005-11-02 straumanatslacdotstanford.edu

* ChangeLog, configure.ac, mpc6xx/exceptions/raw_exception.c,
        shared/include/cpuIdent.c, shared/include/cpuIdent.h: recognize
        mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs
This commit is contained in:
Till Straumann
2005-11-02 23:24:48 +00:00
parent 24cf3e5eb9
commit 408bb717c9
5 changed files with 14 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ typedef enum
PPC_604r = 0xA,
PPC_7400 = 0xC,
PPC_7455 = 0x8001, /* Kate Feng */
PPC_7457 = 0x8002,
PPC_620 = 0x16,
PPC_860 = 0x50,
PPC_821 = PPC_860,