Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166916
b: refs/heads/master
c: 131e4e9
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Oct 5, 2009
1 parent 6098f9d commit a4f4707
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1ae3f6918ee4a437b4166a4deab4bd79629bc09
refs/heads/master: 131e4e97bfee809dc64febe8accef2f042a92722
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/hw_exception_handler.S
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ handle_other_ex: /* Handle Other exceptions here */
addk r8, r17, r0; /* Load exception address */
bralid r15, full_exception; /* Branch to the handler */
nop;
mts r0, rfsr; /* Clear sticky fsr */
mts rfsr, r0; /* Clear sticky fsr */
nop

/*
Expand Down

0 comments on commit a4f4707

Please sign in to comment.