Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SPARC64]: Call do_mathemu on illegal instruction traps too. | David S. Miller | 2006-12-10 | 1 | -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. Miller | 2006-03-20 | 1 | -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> |