commit | 7d7d7a413c5b8dddfde56dce1dd42e2199033c6c | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Apr 17 16:53:58 2015 -0700 |
committer | Florian Fainelli <f.fainelli@gmail.com> | Wed May 20 15:07:00 2015 -0700 |
tree | d0cec5573426b6bdde46df0eb850a8e487e09096 | |
parent | e7f0f376490f754baf49976002b32c4daaaf323a [diff] |
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 <f.fainelli@gmail.com>