From: Masato Noguchi Date: Fri, 20 Jul 2007 19:39:37 +0000 (+0200) Subject: [CELL] spufs: fix decr_status meanings X-Git-Tag: v2.6.23-rc1~195^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cfc0f86eb0348dd04ace8c2171642ebe9cd87bb;p=pandora-kernel.git [CELL] spufs: fix decr_status meanings The decr_status in the LSCSA is confusedly used as two meanings: * SPU decrementer was running * SPU decrementer was wrapped as a result of adjust and the code to set decr_status is missing. This patch fixes these problems by using the decr_status argument as a set of flags. This requires a rebuild of the shipped spu_restore code. Signed-off-by: Masato Noguchi Signed-off-by: Jeremy Kerr Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed