sparc64: Fix sparse warnings in visemul.c
1) edge8 tables should be static 2) add vis_emul() extern decl. to asm/visasm.h Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -57,6 +57,7 @@ static inline void save_and_clear_fpu(void) {
|
||||
" " : : "i" (FPRS_FEF|FPRS_DU) :
|
||||
"o5", "g1", "g2", "g3", "g7", "cc");
|
||||
}
|
||||
extern int vis_emul(struct pt_regs *, unsigned int);
|
||||
#endif
|
||||
|
||||
#endif /* _SPARC64_ASI_H */
|
||||
|
Reference in New Issue
Block a user