• G
    m68k: always make available dump_fpu() · 8912eacc
    Greg Ungerer 提交于
    Our local m68k architecture dump_fpu() is conditionally compiled in on
    CONFIG_FPU. That is OK for all existing MMU enabled CPU types, but won't
    handle the case for some ColdFire SoC CPU parts that we want to support
    that have no FPU hardware.
    
    dump_fpu() is expected to be present by the ELF loader, so we must always
    have it available and exported.
    
    Remove the conditional and reorganize the dump_fpu hard FPU code path
    to let the compiler remove code when not needed.
    
    This change based on changes and discussion from Yannick Gicquel
    <yannick.gicquel@open.eurogiciel.org>.
    Signed-off-by: NGreg Ungerer <gerg@linux-m68k.org>
    8912eacc
process.c 6.9 KB