Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333981
b: refs/heads/master
c: c19c6c9
h: refs/heads/master
i:
  333979: 598ab8b
v: v3
  • Loading branch information
Chris Metcalf committed Oct 12, 2012
1 parent fad7ff2 commit 99c6d36
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d20f2f83b2374c1cee042981cb45493a3e06b6a5
refs/heads/master: c19c6c954b9b264abdc21e0c855118e3daf019b0
3 changes: 3 additions & 0 deletions trunk/arch/tile/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,9 @@ int do_work_pending(struct pt_regs *regs, u32 thread_info_flags)
if (!user_mode(regs))
return 0;

/* Enable interrupts; they are disabled again on return to caller. */
local_irq_enable();

if (thread_info_flags & _TIF_NEED_RESCHED) {
schedule();
return 1;
Expand Down

0 comments on commit 99c6d36

Please sign in to comment.