From: Olof Johansson Date: Thu, 22 Mar 2007 14:34:13 +0000 (-0500) Subject: [POWERPC] Use mtocrf instruction in asm when CONFIG_POWER4_ONLY=y X-Git-Tag: v2.6.22-rc1~1109^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3467bfd340f9ad48f3732415533a2e9c18240b62;p=pandora-kernel.git [POWERPC] Use mtocrf instruction in asm when CONFIG_POWER4_ONLY=y mtocrf is a faster single-field mtcrf (move to condition register fields) instruction available in POWER4 and later processors. It can make quite a difference in performance on some implementations, so use it for CONFIG_POWER4_ONLY builds. Signed-off-by: Olof Johansson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed