git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a21420
)
[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptions
author
Luke Browning
<lukebr@linux.vnet.ibm.com>
Sun, 27 Apr 2008 18:41:55 +0000
(18:41 +0000)
committer
Jeremy 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