Skip to content

Commit

Permalink
sh: Tidy up and generalize page fault error paths.
Browse files Browse the repository at this point in the history
This follows the x86 changes for tidying up the page fault error paths.
We'll build on top of this for _32/_64 unification.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed May 14, 2012
1 parent c4f10e5 commit dbdb4e9
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 105 deletions.
2 changes: 2 additions & 0 deletions arch/sh/include/asm/kdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ enum die_val {
DIE_SSTEP,
};

extern void printk_address(unsigned long address, int reliable);

#endif /* __ASM_SH_KDEBUG_H */
Loading

0 comments on commit dbdb4e9

Please sign in to comment.