summaryrefslogtreecommitdiffstats
path: root/include/ppc_asm.tmpl
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@semihalf.com>2007-07-19 17:12:28 +0200
committerDetlev Zundel <dzu@denx.de>2007-07-19 17:12:28 +0200
commitcc3023b9f95d7ac959a764471a65001062aecf41 (patch)
tree83d1a1a42300337f78b3db4ee175b251153c20e0 /include/ppc_asm.tmpl
parent3a6cab844cf74f76639d795e0be8717e02c86af7 (diff)
downloadblackbird-obmc-uboot-cc3023b9f95d7ac959a764471a65001062aecf41.tar.gz
blackbird-obmc-uboot-cc3023b9f95d7ac959a764471a65001062aecf41.zip
Fix breakage of 8xx boards from recent commit.
This patch fixes the negative consequences for 8xx of the recent "ppc4xx: Clean up 440 exceptions handling" commit. Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Diffstat (limited to 'include/ppc_asm.tmpl')
-rw-r--r--include/ppc_asm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ppc_asm.tmpl b/include/ppc_asm.tmpl
index 9f4029f2af..ac8f317683 100644
--- a/include/ppc_asm.tmpl
+++ b/include/ppc_asm.tmpl
@@ -235,7 +235,7 @@
stw r22,_CTR(r21); \
mfspr r20,XER; \
stw r20,_XER(r21); \
- mfspr r20,DEAR; \
+ mfspr r20, DAR_DEAR; \
stw r20,_DAR(r21); \
mfspr r22,reg1; \
mfspr r23,reg2; \
OpenPOWER on IntegriCloud