diff options
Diffstat (limited to 'arch/mips/math-emu/me-debugfs.c')
-rw-r--r-- | arch/mips/math-emu/me-debugfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/math-emu/me-debugfs.c b/arch/mips/math-emu/me-debugfs.c index becdd63e14a9..f308e0f05fc5 100644 --- a/arch/mips/math-emu/me-debugfs.c +++ b/arch/mips/math-emu/me-debugfs.c | |||
@@ -61,6 +61,7 @@ do { \ | |||
61 | FPU_STAT_CREATE(ieee754_overflow); | 61 | FPU_STAT_CREATE(ieee754_overflow); |
62 | FPU_STAT_CREATE(ieee754_zerodiv); | 62 | FPU_STAT_CREATE(ieee754_zerodiv); |
63 | FPU_STAT_CREATE(ieee754_invalidop); | 63 | FPU_STAT_CREATE(ieee754_invalidop); |
64 | FPU_STAT_CREATE(ds_emul); | ||
64 | 65 | ||
65 | return 0; | 66 | return 0; |
66 | } | 67 | } |