commit | f3d69e0507f84903059d456c5d19f10b2df3ac69 | [log] [tgz] |
---|---|---|
author | Luke Browning <lukebr@linux.vnet.ibm.com> | Sun Apr 27 18:41:55 2008 +0000 |
committer | Jeremy Kerr <jk@ozlabs.org> | Mon May 05 13:33:44 2008 +1000 |
tree | f8aa4062bc1a0939d7bdb3a634c01869f2bb32a2 | |
parent | 7a2142002f29a7b398c49da9bdec712dc57087c7 [diff] |
[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptions SPU class 0 & 1 exceptions may occur in parallel, so we may end up overwriting csa.dsisr. This change adds dedicated fields for each class to the spu and the spu context so that fault data is not overwritten. Signed-off-by: Luke Browning <lukebr@linux.vnet.ibm.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>