summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/visemul.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [SPARC64]: Call do_mathemu on illegal instruction traps too.David S. Miller2006-12-101-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>
* [SPARC64]: First cut at VIS simulator for Niagara.David S. Miller2006-03-201-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>