From: Florian Fainelli Date: Fri, 17 Apr 2015 23:53:58 +0000 (-0700) Subject: ARM: vfp: Add vfp_disable for problematic platforms X-Git-Tag: omap-for-v4.2/fixes-rc1^2~104^2~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7d7a413c5b8dddfde56dce1dd42e2199033c6c;p=pandora-kernel.git ARM: vfp: Add vfp_disable for problematic platforms Some platforms might not be able to fully utilize VFP when e.g: one CPU out of two in a SMP complex lacks a VFP unit. Adding code to migrate task to the CPU which has a VFP unit would be cumbersome and not performant, instead, just add the ability to disable VFP. Signed-off-by: Florian Fainelli --- Reading git-diff-tree failed