sh: Tidy up and generalize page fault error paths.

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>
This commit is contained in:
Paul Mundt
2012-05-14 10:27:34 +09:00
parent c4f10e5cd7
commit dbdb4e9f3f
2 changed files with 222 additions and 105 deletions

View File

@@ -10,4 +10,6 @@ enum die_val {
DIE_SSTEP,
};
extern void printk_address(unsigned long address, int reliable);
#endif /* __ASM_SH_KDEBUG_H */