Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165942
b: refs/heads/master
c: 866d722
h: refs/heads/master
v: v3
  • Loading branch information
John Williams authored and Michal Simek committed Sep 22, 2009
1 parent 6cbae8f commit aea55fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e469b0eb36c8abf033435c4918b03eaab159e002
refs/heads/master: 866d72295d52353eeb0c36ccd8e5813dca869265
1 change: 1 addition & 0 deletions trunk/arch/microblaze/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp)
regs->pc = pc;
regs->r1 = usp;
regs->pt_mode = 0;
regs->msr |= MSR_UMS;
}

#ifdef CONFIG_MMU
Expand Down

0 comments on commit aea55fc

Please sign in to comment.