David S. Miller
7e0b1e6186
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>
2008-09-11 23:46:40 -07:00
David S. Miller
6e7726e16f
[SPARC64]: Call do_mathemu on illegal instruction traps too.
...
To add this logic, put the VIS instruction check at the
vis_emul() call site instead of inside of vis_emul().
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-10 02:39:32 -08:00
David S. Miller
0c51ed93ca
[SPARC64]: First cut at VIS simulator for Niagara.
...
Niagara does not implement some of the VIS instructions in
hardware, so we have to emulate them.
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 01:14:26 -08:00