2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>

* new-exceptions/raw_exception.c: Conditionalize call to
	e500_setup_raw_exceptions() since that is not even in the tree yet.
This commit is contained in:
Joel Sherrill
2007-12-05 21:50:47 +00:00
parent 736503e97c
commit 7302f4c51f
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* new-exceptions/raw_exception.c: Conditionalize call to
e500_setup_raw_exceptions() since that is not even in the tree yet.
2007-12-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* new-exceptions/raw_exception.c: Conditionalize some BOOKE vectors.

View File

@@ -571,9 +571,11 @@ int ppc_init_exceptions (rtems_raw_except_global_settings* config)
rtems_interrupt_disable(k);
#if defined(ASM_BOOKE_CRIT_VECTOR)
if ( ppc_cpu_is_bookE() ) {
e500_setup_raw_exceptions();
}
#endif
for (i=0; i < config->exceptSize; i++) {
if ( PPC_EXC_INVALID == ppc_vector_is_valid(raw_except_table[i].hdl.vector) ) {