diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-13 21:27:34 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-13 21:27:34 -0400 |
commit | dbdb4e9f3fd4914caba6f102e62eef23920ab1f4 (patch) | |
tree | bf5d09cc2d744348c71a33e9b447cbae7d0297c2 /arch/sh/include/asm/kdebug.h | |
parent | c4f10e5cd79ce09ef94be0924395c62350bf262d (diff) |
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>
Diffstat (limited to 'arch/sh/include/asm/kdebug.h')
-rw-r--r-- | arch/sh/include/asm/kdebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/kdebug.h b/arch/sh/include/asm/kdebug.h index 5f6d2e9ccb7c..a6201f10c273 100644 --- a/arch/sh/include/asm/kdebug.h +++ b/arch/sh/include/asm/kdebug.h | |||
@@ -10,4 +10,6 @@ enum die_val { | |||
10 | DIE_SSTEP, | 10 | DIE_SSTEP, |
11 | }; | 11 | }; |
12 | 12 | ||
13 | extern void printk_address(unsigned long address, int reliable); | ||
14 | |||
13 | #endif /* __ASM_SH_KDEBUG_H */ | 15 | #endif /* __ASM_SH_KDEBUG_H */ |