]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/powerpc/platforms/pseries/hvCall.S
powerpc/jump_label: Use HAVE_JUMP_LABEL
[mirror_ubuntu-artful-kernel.git] / arch / powerpc / platforms / pseries / hvCall.S
index 3fda3f17b84ecb47541618c5ca3417ee5a42ed82..ccd53f91e8aa8e4f3b30bc550f55a63f509818a8 100644 (file)
@@ -18,7 +18,7 @@
        
 #ifdef CONFIG_TRACEPOINTS
 
-#ifndef CONFIG_JUMP_LABEL
+#ifndef HAVE_JUMP_LABEL
        .section        ".toc","aw"
 
        .globl hcall_tracepoint_refcount
@@ -78,7 +78,7 @@ hcall_tracepoint_refcount:
        mr      r5,BUFREG;                                      \
        __HCALL_INST_POSTCALL
 
-#ifdef CONFIG_JUMP_LABEL
+#ifdef HAVE_JUMP_LABEL
 #define HCALL_BRANCH(LABEL)                                    \
        ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key)
 #else