Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173786
b: refs/heads/master
c: 84a3098
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Nov 9, 2009
1 parent 81c9e09 commit 727fc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 21ae2956ce289f61f11863cc67080f9a28101ae0
refs/heads/master: 84a3098f1ff8b42f2fdcfda25d1a83ea4a53b021
3 changes: 1 addition & 2 deletions trunk/arch/cris/arch-v10/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ handle_mmu_bus_fault(struct pt_regs *regs)
* do_page_fault may have flushed the TLB so we have to restore
* the MMU registers.
*/
local_save_flags(flags);
local_irq_disable();
local_irq_save(flags);
pmd = (pmd_t *)(pgd + pgd_index(address));
if (pmd_none(*pmd))
goto exit;
Expand Down

0 comments on commit 727fc7b

Please sign in to comment.