[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptions
authorLuke Browning <lukebr@linux.vnet.ibm.com>
Sun, 27 Apr 2008 18:41:55 +0000 (18:41 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 5 May 2008 03:33:44 +0000 (13:33 +1000)
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>

No differences found