microblaze: Clear sticky FSR register after saving it to func parametr
Previous patch d63678d607d0e37ec7abe5ceb545d7e8aab956a4 clear it for noMMU kernel. This one do it for MMU. Correct noMMU version Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
@@ -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
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user