[ppc] Fix build breakage for all non-4xx PowerPC variants.

- adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
- minor 4xx cleanup
This commit is contained in:
Rafal Jaworowski
2007-06-22 14:58:04 +02:00
parent 83b4cfa3d6
commit 02032e8f14
23 changed files with 34 additions and 26 deletions

View File

@@ -8,6 +8,7 @@
#define __MPC85xx_H__
#define EXC_OFF_SYS_RESET 0x0100 /* System reset */
#define _START_OFFSET EXC_OFF_SYS_RESET
#if defined(CONFIG_E500)
#include <e500.h>