aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/visemul.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-12-10[SPARC64]: Call do_mathemu on illegal instruction traps too.David S. Miller1-6/+0
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-03-20[SPARC64]: First cut at VIS simulator for Niagara.David S. Miller1-0/+894
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>