diff options
author | Greg Ungerer <gerg@linux-m68k.org> | 2016-08-29 09:01:24 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2016-09-26 04:02:59 +0200 |
commit | 6d3ec8056208a799abd5ff434cbfc4db2be38140 (patch) | |
tree | ef8971566c7b36ee6bc079aa0ad661b45e5031ce /sound/pci/ca0106 | |
parent | m68k: always make available dump_fpu() (diff) | |
download | linux-6d3ec8056208a799abd5ff434cbfc4db2be38140.tar.xz linux-6d3ec8056208a799abd5ff434cbfc4db2be38140.zip |
m68k: only generate FPU instructions if CONFIG_FPU enabled
Most of the m68k code that supports a hardware FPU is surrounded by
CONFIG_FPU. Be consistent and surround the hardware FPU instruction
setup in setup_mm.c with CONFIG_FPU as well as the check for
CONFIG_M68KFPU_EMU_ONLY.
The existing classic m68k architectures all define CONFIG_FPU, so they
see no change from this. But on ColdFire where we do not support the
emulated FP code we can now compile without CONFIG_FPU being set as well.
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions