aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-02-19 20:48:58 -0800
committerDavid S. Miller <davem@davemloft.net>2008-02-19 20:48:58 -0800
commit3ac1da338bea2f50c24f3c0cc54881e2b432e379 (patch)
tree8a0e4ceeeb2f7b8a798bea94f43e7ed1e4af1596 /include/asm-sparc64
parent[SPARC64]: Kill show_stackframe{,32}(). (diff)
downloadlinux-dev-3ac1da338bea2f50c24f3c0cc54881e2b432e379.tar.xz
linux-dev-3ac1da338bea2f50c24f3c0cc54881e2b432e379.zip
[SPARC64]: Fix sparse warnings wrt. __show_regs().
arch/sparc64/kernel/process.c:219:6: warning: symbol '__show_regs' was not declared. Should it be static? Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/ptrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/ptrace.h b/include/asm-sparc64/ptrace.h
index 67341cff2e6b..6da197803efc 100644
--- a/include/asm-sparc64/ptrace.h
+++ b/include/asm-sparc64/ptrace.h
@@ -109,6 +109,7 @@ extern unsigned long profile_pc(struct pt_regs *);
#define profile_pc(regs) instruction_pointer(regs)
#endif
extern void show_regs(struct pt_regs *);
+extern void __show_regs(struct pt_regs *);
#endif
#else /* __ASSEMBLY__ */