aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/microblaze/kernel/entry.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S
index f4fda8578551..6c117ceaabea 100644
--- a/arch/microblaze/kernel/entry.S
+++ b/arch/microblaze/kernel/entry.S
@@ -728,10 +728,8 @@ C_ENTRY(_interrupt):
728/* MS: Make room on the stack -> activation record */ 728/* MS: Make room on the stack -> activation record */
729 addik r1, r1, -STATE_SAVE_SIZE; 729 addik r1, r1, -STATE_SAVE_SIZE;
730 SAVE_REGS 730 SAVE_REGS
731 swi r1, r1, PTO + PT_MODE; /* 0 - user mode, 1 - kernel mode */
732 brid 2f; 731 brid 2f;
733 nop; /* MS: Fill delay slot */ 732 swi r1, r1, PTO + PT_MODE; /* 0 - user mode, 1 - kernel mode */
734
7351: 7331:
736/* User-mode state save. */ 734/* User-mode state save. */
737 /* MS: get the saved current */ 735 /* MS: get the saved current */