Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6ca94a13392363d75126029ca7d936825bb16f4e
Commit:     6ca94a13392363d75126029ca7d936825bb16f4e
Parent:     02947ecb0de7a011215568263fd48f3d5b0f8573
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 19 21:18:51 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Tue Feb 19 21:18:51 2008 -0800

    [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 <[EMAIL PROTECTED]>
---
 include/asm-sparc64/system.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/asm-sparc64/system.h b/include/asm-sparc64/system.h
index 1faefa6..ed91a5d 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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to