commit | 02032e8f14751a1a751b09240a4f1cf9f8a2077f | [log] [tgz] |
---|---|---|
author | Rafal Jaworowski <raj@semihalf.com> | Fri Jun 22 14:58:04 2007 +0200 |
committer | Rafal Jaworowski <raj@semihalf.com> | Fri Jun 22 14:58:04 2007 +0200 |
tree | 991ddaf81af6904a05370be6615bffa6171d284e | |
parent | 83b4cfa3d629dff0264366263c5e94d9a50ad80b [diff] [blame] |
[ppc] Fix build breakage for all non-4xx PowerPC variants. - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros - minor 4xx cleanup
diff --git a/include/mpc5xxx.h b/include/mpc5xxx.h index 089aa13..a4581a3 100644 --- a/include/mpc5xxx.h +++ b/include/mpc5xxx.h
@@ -39,6 +39,7 @@ /* Exception offsets (PowerPC standard) */ #define EXC_OFF_SYS_RESET 0x0100 +#define _START_OFFSET EXC_OFF_SYS_RESET /* useful macros for manipulating CSx_START/STOP */ #if defined(CONFIG_MGT5100)