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

@@ -123,8 +123,10 @@ ppc_cpu_id_t get_ppc_cpu_type()
switch ( current_ppc_cpu ) {
case PPC_405:
current_ppc_features.is_bookE = PPC_BOOKE_405;
break;
case PPC_8540:
current_ppc_features.is_bookE = 1;
current_ppc_features.is_bookE = PPC_BOOKE_E500;
default:
break;
}