aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-02-19 21:18:51 -0800
committerDavid S. Miller <davem@davemloft.net>2008-02-19 21:18:51 -0800
commit6ca94a13392363d75126029ca7d936825bb16f4e (patch)
tree44ee26cbcf7c17a04aad4fccd0417d81570f2343 /include/asm-sparc64
parent[SPARC64]: Kill show_regs32(). (diff)
downloadlinux-dev-6ca94a13392363d75126029ca7d936825bb16f4e.tar.xz
linux-dev-6ca94a13392363d75126029ca7d936825bb16f4e.zip
[SPARC64]: Fix sparse warning wrt. fault_in_user_windows.
arch/sparc64/kernel/process.c:467:6: warning: symbol 'fault_in_user_windows' 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/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/system.h b/include/asm-sparc64/system.h
index 1faefa6d3708..ed91a5d8d4f0 100644
--- a/include/asm-sparc64/system.h
+++ b/include/asm-sparc64/system.h
@@ -117,6 +117,7 @@ do { __asm__ __volatile__("ba,pt %%xcc, 1f\n\t" \
extern void sun_do_break(void);
extern int stop_a_enabled;
+extern void fault_in_user_windows(void);
extern void synchronize_user_stack(void);
extern void __flushw_user(void);