summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/opal-wrappers.S
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-10-30 15:43:43 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2014-11-10 09:59:30 +1100
commit1bc9e47aa8e4b0f9629e218d4c7667308ca6af67 (patch)
tree23c1a3ed12aebce7bb2b6815f695b804e3201b2a /arch/powerpc/platforms/powernv/opal-wrappers.S
parent4b4b13d5fec8a82ed2780c487e49cfc4321a8c14 (diff)
downloadop-kernel-dev-1bc9e47aa8e4b0f9629e218d4c7667308ca6af67.zip
op-kernel-dev-1bc9e47aa8e4b0f9629e218d4c7667308ca6af67.tar.gz
powerpc/jump_label: Use HAVE_JUMP_LABEL
Commit d4fe0965e208 ("powerpc/jump_label: use HAVE_JUMP_LABEL?") missed a few conversions. Change the remaining uses of CONFIG_JUMP_LABEL to HAVE_JUMP_LABEL. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/powernv/opal-wrappers.S')
-rw-r--r--arch/powerpc/platforms/powernv/opal-wrappers.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/opal-wrappers.S b/arch/powerpc/platforms/powernv/opal-wrappers.S
index feb549a..cf7266d 100644
--- a/arch/powerpc/platforms/powernv/opal-wrappers.S
+++ b/arch/powerpc/platforms/powernv/opal-wrappers.S
@@ -18,7 +18,7 @@
.section ".text"
#ifdef CONFIG_TRACEPOINTS
-#ifdef CONFIG_JUMP_LABEL
+#ifdef HAVE_JUMP_LABEL
#define OPAL_BRANCH(LABEL) \
ARCH_STATIC_BRANCH(LABEL, opal_tracepoint_key)
#else
OpenPOWER on IntegriCloud