aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/fpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/fpu.h')
-rw-r--r--arch/m68k/include/asm/fpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/fpu.h b/arch/m68k/include/asm/fpu.h
index ffb6b8cfc6d..526db9da9e4 100644
--- a/arch/m68k/include/asm/fpu.h
+++ b/arch/m68k/include/asm/fpu.h
@@ -12,6 +12,8 @@
#define FPSTATESIZE (96)
#elif defined(CONFIG_M68KFPU_EMU)
#define FPSTATESIZE (28)
+#elif defined(CONFIG_COLDFIRE) && defined(CONFIG_MMU)
+#define FPSTATESIZE (16)
#elif defined(CONFIG_M68060)
#define FPSTATESIZE (12)
#else