* new-exceptions/bspsupport/ppc_exc_async_normal.S: Bugfix for
	MPC5674F.  Use it for all to be safe.
	* mpc55xx/include/emios.h: Fixed eMIOS module count.
	* mpc55xx/include/irq.h: Fixed CAN vector numbers.
	BSP_INTERRUPT_HANDLER_TABLE_SIZE is now a BSP option.
This commit is contained in:
Sebastian Huber
2011-11-08 10:05:50 +00:00
parent 467c767442
commit edb1dd83b8
4 changed files with 39 additions and 28 deletions

View File

@@ -73,6 +73,7 @@ ppc_exc_wrap_async_normal:
mfmsr FRAME_REGISTER
oris FRAME_REGISTER, FRAME_REGISTER, MSR_SPE >> 16
mtmsr FRAME_REGISTER
isync
#endif
/* Move frame pointer to non-volatile FRAME_REGISTER */