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

* shared/include/cpuIdent.h, shared/include/cpuIdent.c:
	added feature check for 603 'TLBMISS exception GPRS shadowing'.
This commit is contained in:
Till Straumann
2007-12-06 21:03:46 +00:00
parent 6456706db3
commit 76a5a3ccaf
3 changed files with 21 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ typedef struct {
unsigned is_60x : 1;
unsigned has_8_bats : 1;
unsigned has_epic : 1;
unsigned has_shadowed_gprs : 1;
} ppc_feature_t;
extern ppc_feature_t current_ppc_features;
@@ -90,6 +91,7 @@ _PPC_FEAT_DECL(is_bookE)
_PPC_FEAT_DECL(is_60x)
_PPC_FEAT_DECL(has_8_bats)
_PPC_FEAT_DECL(has_epic)
_PPC_FEAT_DECL(has_shadowed_gprs)
#undef _PPC_FEAT_DECL
#endif /* ASM */