commit | cbd5b982f6a1540ebb0144774d64381e7b2d39fd | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@linux-m68k.org> | Thu Aug 25 23:12:22 2016 +1000 |
committer | Greg Ungerer <gerg@linux-m68k.org> | Mon Sep 26 12:02:58 2016 +1000 |
tree | 75d26823fb8bfd1d4120b4b83adcfd7c3818ef0e | |
parent | 81d33350bab8b6889ac0f9c98bce58128be1c72d [diff] |
m68k: report correct FPU type on ColdFire MMU platforms Not all ColdFire SoC parts that have an MMU also have an FPU - so set an FPU type (via m68k_fputype) appropriate for the configured platform. With this set correctly /proc/cpuinfo will report FPU "none" on devices that don't have one. And kernel code paths that initialize FPU hardware will now only execute if an FPU is actually present. Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>