commit | c40aa4710479b5d9f0e1fdf71b151f4c3708e3eb | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Thu Dec 20 16:39:59 2007 +0900 |
committer | Paul Mackerras <paulus@samba.org> | Fri Dec 21 19:46:19 2007 +1100 |
tree | 17d45695fdbe5cf9f31a3185ddd9847c68324d95 | |
parent | cc210b3ec5e4d9c690549e07aa5853e8de8dbff9 [diff] |
[POWERPC] spufs: fix incorrect interrupt status clearing in backing mbox stat poll When doing a poll on the mbox stat file of a swapped-out context, we clear the class 0 interrupt status, rather than the class 2 interrupt status. This change corrects the poll operation to clear the correct interrupt. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Paul Mackerras <paulus@samba.org>