Skip to content

Commit

Permalink
[SPARC64]: Fix sparse warning wrt. fault_in_user_windows.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Feb 20, 2008
1 parent 02947ec commit 6ca94a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-sparc64/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6ca94a1

Please sign in to comment.