summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/Makefile
diff options
context:
space:
mode:
authorZhigang Lu2015-09-30 04:11:45 +0200
committerChris Metcalf2016-01-04 21:09:31 +0100
commit65a792e84f25d1436698f999224b2cf5d7594546 (patch)
treefe87043a2d810dbb94fde139db4f6ea3da0e0a25 /arch/tile/kernel/Makefile
parenttile: define a macro ktext_writable_addr to get writable kernel text address (diff)
downloadkernel-qcow2-linux-65a792e84f25d1436698f999224b2cf5d7594546.tar.gz
kernel-qcow2-linux-65a792e84f25d1436698f999224b2cf5d7594546.tar.xz
kernel-qcow2-linux-65a792e84f25d1436698f999224b2cf5d7594546.zip
tile/jump_label: add jump label support for TILE-Gx
Add the arch-specific code to support jump label for TILE-Gx. This code shares NOP instruction with ftrace, so we move it to a common header file. Reviewed-by: Chris Metcalf <cmetcalf@ezchip.com> Signed-off-by: Zhigang Lu <zlu@ezchip.com> Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
Diffstat (limited to 'arch/tile/kernel/Makefile')
-rw-r--r--arch/tile/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/kernel/Makefile b/arch/tile/kernel/Makefile
index 21f77bf68c69..09936d0bcb42 100644
--- a/arch/tile/kernel/Makefile
+++ b/arch/tile/kernel/Makefile
@@ -32,5 +32,6 @@ obj-$(CONFIG_TILE_HVGLUE_TRACE) += hvglue_trace.o
obj-$(CONFIG_FUNCTION_TRACER) += ftrace.o mcount_64.o
obj-$(CONFIG_KPROBES) += kprobes.o
obj-$(CONFIG_KGDB) += kgdb.o
+obj-$(CONFIG_JUMP_LABEL) += jump_label.o
obj-y += vdso/