summaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel/entry.S
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-10-05 19:06:59 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2009-10-05 19:06:59 (GMT)
commite8d809c61325a2f799dc753b0ac72ace6958b92c (patch)
tree21c1dc8935445335e8ee62be12488b73a2376049 /arch/microblaze/kernel/entry.S
parentef790fe022916a225f7ba7fc565ffc51404655f7 (diff)
parent131e4e97bfee809dc64febe8accef2f042a92722 (diff)
downloadlinux-fsl-qoriq-e8d809c61325a2f799dc753b0ac72ace6958b92c.tar.xz
Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze
* 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: Clear sticky FSR register after saving it to func parametr microblaze: UMS is used only for MMU kernel
Diffstat (limited to 'arch/microblaze/kernel/entry.S')
-rw-r--r--arch/microblaze/kernel/entry.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S
index acc1f05..e3ecb36 100644
--- a/arch/microblaze/kernel/entry.S
+++ b/arch/microblaze/kernel/entry.S
@@ -592,6 +592,8 @@ C_ENTRY(full_exception_trap):
nop
mfs r7, rfsr; /* save FSR */
nop
+ mts rfsr, r0; /* Clear sticky fsr */
+ nop
la r12, r0, full_exception
set_vms;
rtbd r12, 0;