diff options
author | Anton Blanchard <anton@samba.org> | 2014-10-30 00:43:43 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-11-09 17:59:30 -0500 |
commit | 1bc9e47aa8e4b0f9629e218d4c7667308ca6af67 (patch) | |
tree | 23c1a3ed12aebce7bb2b6815f695b804e3201b2a /arch/powerpc/platforms/pseries | |
parent | 4b4b13d5fec8a82ed2780c487e49cfc4321a8c14 (diff) |
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/pseries')
-rw-r--r-- | arch/powerpc/platforms/pseries/hvCall.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/hvCall.S b/arch/powerpc/platforms/pseries/hvCall.S index 3fda3f17b84e..ccd53f91e8aa 100644 --- a/arch/powerpc/platforms/pseries/hvCall.S +++ b/arch/powerpc/platforms/pseries/hvCall.S | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | #ifdef CONFIG_TRACEPOINTS | 19 | #ifdef CONFIG_TRACEPOINTS |
20 | 20 | ||
21 | #ifndef CONFIG_JUMP_LABEL | 21 | #ifndef HAVE_JUMP_LABEL |
22 | .section ".toc","aw" | 22 | .section ".toc","aw" |
23 | 23 | ||
24 | .globl hcall_tracepoint_refcount | 24 | .globl hcall_tracepoint_refcount |
@@ -78,7 +78,7 @@ hcall_tracepoint_refcount: | |||
78 | mr r5,BUFREG; \ | 78 | mr r5,BUFREG; \ |
79 | __HCALL_INST_POSTCALL | 79 | __HCALL_INST_POSTCALL |
80 | 80 | ||
81 | #ifdef CONFIG_JUMP_LABEL | 81 | #ifdef HAVE_JUMP_LABEL |
82 | #define HCALL_BRANCH(LABEL) \ | 82 | #define HCALL_BRANCH(LABEL) \ |
83 | ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key) | 83 | ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key) |
84 | #else | 84 | #else |