summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/Makefile
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2015-05-19 09:50:29 +0100
committerRalf Baechle <ralf@linux-mips.org>2015-06-21 21:52:27 +0200
commitd1e9a4f547354ca258b6200ab6b1f0e4909b92e8 (patch)
tree83296bd594cda572fb2159960c9b29d739b1145d /arch/mips/kernel/Makefile
parent37dd3818d1f3d875125cffb6d84392df1a38f2f9 (diff)
downloadop-kernel-dev-d1e9a4f547354ca258b6200ab6b1f0e4909b92e8.zip
op-kernel-dev-d1e9a4f547354ca258b6200ab6b1f0e4909b92e8.tar.gz
MIPS: Add SysRq operation to dump TLBs on all CPUs
Add a MIPS specific SysRq operation to dump the TLB entries on all CPUs, using the 'x' trigger key. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10072/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r--arch/mips/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile
index d3d2ff2..a2debcb 100644
--- a/arch/mips/kernel/Makefile
+++ b/arch/mips/kernel/Makefile
@@ -77,6 +77,7 @@ obj-$(CONFIG_MIPS32_O32) += binfmt_elfo32.o scall64-o32.o
obj-$(CONFIG_KGDB) += kgdb.o
obj-$(CONFIG_PROC_FS) += proc.o
+obj-$(CONFIG_MAGIC_SYSRQ) += sysrq.o
obj-$(CONFIG_64BIT) += cpu-bugs64.o
OpenPOWER on IntegriCloud