Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204667
b: refs/heads/master
c: e774107
h: refs/heads/master
i:
  204665: fe05fff
  204663: 4124fcc
v: v3
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent 7ada9c7 commit f0b41d5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e5d2af2b96696420865a1644c94a0e79e34c6035
refs/heads/master: e7741075b37e2be6693def1ff98487e3aef67874
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@
tophys(r1,r1); \
addik r1, r1, -STATE_SAVE_SIZE; /* Make room on the stack. */\
SAVE_REGS \
swi r0, r1, PTO + PT_MODE; /* Was in user-mode. */ \
lwi r11, r0, TOPHYS(PER_CPU(ENTRY_SP)); \
swi r11, r1, PTO+PT_R1; /* Store user SP. */ \
swi r0, r1, PTO + PT_MODE; /* Was in user-mode. */ \
/* MS: I am clearing UMS even in case when I come from kernel space */ \
clear_ums; \
2: lwi CURRENT_TASK, r0, TOPHYS(PER_CPU(CURRENT_SAVE));
Expand Down

0 comments on commit f0b41d5

Please sign in to comment.