Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109783
b: refs/heads/master
c: d1c6d2e
h: refs/heads/master
i:
  109781: 02adf6a
  109779: 00ec624
  109775: bc657af
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Sep 11, 2008
1 parent 533f07b commit e85431e
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: 6d242a263618ba7f0f9a41dd91b347d19e704bbe
refs/heads/master: d1c6d2e547148c5aa0c0a4ff6aac82f7c6da1d8b
2 changes: 1 addition & 1 deletion trunk/arch/mn10300/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long fault_code,
* If we're in an interrupt or have no user
* context, we must not take the fault..
*/
if (in_interrupt() || !mm)
if (in_atomic() || !mm)
goto no_context;

down_read(&mm->mmap_sem);
Expand Down

0 comments on commit e85431e

Please sign in to comment.