Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267240
b: refs/heads/master
c: 144077e
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Oct 18, 2011
1 parent 40dfc70 commit b66928d
Show file tree
Hide file tree
Showing 5 changed files with 1,112 additions and 1,457 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: bc4f4ac2f09a0681b4bd10e698e7f0c6e5137ca0
refs/heads/master: 144077ead4428732d27553d3fa74f06f71c6438d
6 changes: 6 additions & 0 deletions trunk/arch/m68k/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ do { \
wrusp(_usp); \
} while(0)

static inline int handle_kernel_fault(struct pt_regs *regs)
{
/* Any fault in kernel is fatal on non-mmu */
return 0;
}

#endif

/* Forward declaration, a strange C thing */
Expand Down
Loading

0 comments on commit b66928d

Please sign in to comment.