From: Takashi Yamamoto Date: Fri, 8 Feb 2008 22:52:30 +0000 (+1100) Subject: [POWERPC] PS3: Fix setting bookmark in logical performance monitor X-Git-Tag: v2.6.25-rc2~10^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7faa8dc95ef90593d605d36409ef9100bdd11f8;p=pandora-kernel.git [POWERPC] PS3: Fix setting bookmark in logical performance monitor Fix the ps3_set_bookmark() routine of the PS3 logical performance monitor driver. To properly set a performance monitor bookmark the Cell processor requires no instruction branches near the setting of the bookmark SPR. Testing showed that the use of the db10cyc instruction did not work correctly. This change replaces the db10cyc instruction with 10 nop instructions. Signed-off-by: Takashi Yamamoto Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed