Revision 116e7111c8e3cc65ceef9664741bd593483e9517 authored by Paul Burton on 22 September 2016, 14:47:40 UTC, committed by Ralf Baechle on 24 September 2016, 23:59:16 UTC
Commit 432c6bacbd0c ("MIPS: Use per-mm page to execute branch delay slot
instructions") accidentally removed use of the MIPS_FPU_EMU_INC_STATS
macro from do_dsemulret, leading to the ds_emul file in debugfs always
returning zero even though we perform delay slot emulations.

Fix this by re-adding the use of the MIPS_FPU_EMU_INC_STATS macro.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Fixes: 432c6bacbd0c ("MIPS: Use per-mm page to execute branch delay slot instructions")
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14301/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 8f46cca
History
File Mode Size
842.h -rw-r--r-- 5.8 KB
842_compress.c -rw-r--r-- 14.9 KB
842_debugfs.h -rw-r--r-- 1.4 KB
842_decompress.c -rw-r--r-- 8.6 KB
Makefile -rw-r--r-- 94 bytes

back to top