Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334583
b: refs/heads/master
c: 1bbedc3
h: refs/heads/master
i:
  334581: b2d541c
  334579: 6054c02
  334575: 5a4ffb5
v: v3
  • Loading branch information
Marc Gauthier authored and Chris Zankel committed Oct 16, 2012
1 parent 7dc89a4 commit 12edbbe
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 84ed30538b5d9a29a9612b93dd0a45d561624f82
refs/heads/master: 1bbedc3a7bf2a72b9b58ce1d171811db757b1940
3 changes: 2 additions & 1 deletion trunk/arch/xtensa/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2001 - 2005 Tensilica Inc.
* Copyright (C) 2001 - 2010 Tensilica Inc.
*
* Chris Zankel <chris@zankel.net>
* Joe Taylor <joe@tensilica.com, joetylr@yahoo.com>
Expand Down Expand Up @@ -186,6 +186,7 @@ void do_page_fault(struct pt_regs *regs)
/* Kernel mode? Handle exceptions or die */
if (!user_mode(regs))
bad_page_fault(regs, address, SIGBUS);
return;

vmalloc_fault:
{
Expand Down

0 comments on commit 12edbbe

Please sign in to comment.