aboutsummaryrefslogtreecommitdiff
path: root/include/mpc824x.h
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@semihalf.com>2007-06-22 14:58:04 +0200
committerRafal Jaworowski <raj@semihalf.com>2007-06-22 14:58:04 +0200
commit02032e8f14751a1a751b09240a4f1cf9f8a2077f (patch)
tree991ddaf81af6904a05370be6615bffa6171d284e /include/mpc824x.h
parent83b4cfa3d629dff0264366263c5e94d9a50ad80b (diff)
[ppc] Fix build breakage for all non-4xx PowerPC variants.
- adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros - minor 4xx cleanup
Diffstat (limited to 'include/mpc824x.h')
-rw-r--r--include/mpc824x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mpc824x.h b/include/mpc824x.h
index 30fc79538..4bd886348 100644
--- a/include/mpc824x.h
+++ b/include/mpc824x.h
@@ -142,6 +142,8 @@
#define EXC_OFF_JMDDI 0x1600 /* Java Mode denorm detect Interr -- WTF??*/
#define EXC_OFF_RMTE 0x2000 /* Run Mode or Trace Exception */
+#define _START_OFFSET EXC_OFF_SYS_RESET
+
#define MAP_A_CONFIG_ADDR_HIGH 0x8000 /* Upper half of CONFIG_ADDR for Map A */
#define MAP_A_CONFIG_ADDR_LOW 0x0CF8 /* Lower half of CONFIG_ADDR for Map A */
#define MAP_A_CONFIG_DATA_HIGH 0x8000 /* Upper half of CONFIG_DAT for Map A */