From: Anton Blanchard Date: Sun, 8 May 2011 21:20:19 +0000 (+0000) Subject: powerpc: Remove static branch hint in giveup_altivec X-Git-Tag: v3.0-rc1~385^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba00ce1d6e08ad06f19f2ac53fd5c60bbe3fbeeb;p=pandora-kernel.git powerpc: Remove static branch hint in giveup_altivec A static branch hint will override dynamic branch prediction on recent POWER CPUs. Since we are about to use more altivec in the kernel remove the static hint in giveup_altivec that assumes a userspace task is using altivec. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed