2007-12-08 Till Straumann <strauman@slac.stanford.edu>

* new-exceptions/e500_raw_exc_init.c, new-exceptions/raw_exception.c,
	shared/include/cpuIdent.c, shared/include/cpuIdent.h:
	Added different kinds of 'bookE' to the ppc_cpu_is_bookE feature
	check; unfortunately...
This commit is contained in:
Till Straumann
2007-12-08 22:46:59 +00:00
parent a9e62c242f
commit 4be2812f5b
5 changed files with 20 additions and 6 deletions

View File

@@ -58,7 +58,10 @@ typedef struct {
unsigned has_altivec : 1;
unsigned has_fpu : 1;
unsigned has_hw_ptbl_lkup : 1;
unsigned is_bookE : 1;
#define PPC_BOOKE_405 1 /* almost like booke but with some significant differences */
#define PPC_BOOKE_STD 2
#define PPC_BOOKE_E500 3 /* bookE with extensions */
unsigned is_bookE : 2;
unsigned has_16byte_clne : 1;
unsigned is_60x : 1;
unsigned has_8_bats : 1;