aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mips_mt.h
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2024-08-14 18:39:33 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-08-29 10:41:36 +0200
commit3fd19664c3bd50dc479ff444e43787439074458a (patch)
treed8666e96c2de0d745e2cfe1480f455e3a1d1de55 /arch/mips/include/asm/mips_mt.h
parentmips/jazz: remove unused jazz_handle_int() declaration (diff)
downloadlinux-3fd19664c3bd50dc479ff444e43787439074458a.tar.gz
linux-3fd19664c3bd50dc479ff444e43787439074458a.zip
MIPS: MT: Remove unused function mips_mt_regdump()
The mips_mt_regdump() has not been used since commit b633648c5ad3 ("MIPS: MT: Remove SMTC support"), so remove it. Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com> Reviewed-by: Ricardo B. Marliere <ricardo@marliere.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/mips_mt.h')
-rw-r--r--arch/mips/include/asm/mips_mt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/mips_mt.h b/arch/mips/include/asm/mips_mt.h
index 28917f1582b3..6ea02af29876 100644
--- a/arch/mips/include/asm/mips_mt.h
+++ b/arch/mips/include/asm/mips_mt.h
@@ -17,8 +17,6 @@ extern int vpelimit;
extern cpumask_t mt_fpu_cpumask;
extern unsigned long mt_fpemul_threshold;
-extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value);
-
#ifdef CONFIG_MIPS_MT
extern void mips_mt_set_cpuoptions(void);
#else