]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blobdiff - arch/arm/kernel/jump_label.c
jump_label: move 'asm goto' support test to Kconfig
[mirror_ubuntu-disco-kernel.git] / arch / arm / kernel / jump_label.c
index 90bce3d9928e2f679c01d0bf13eabf2dead216f2..303b3ab87f7e892a4607055eae136582372745cf 100644 (file)
@@ -4,8 +4,6 @@
 #include <asm/patch.h>
 #include <asm/insn.h>
 
-#ifdef HAVE_JUMP_LABEL
-
 static void __arch_jump_label_transform(struct jump_entry *entry,
                                        enum jump_label_type type,
                                        bool is_static)
@@ -35,5 +33,3 @@ void arch_jump_label_transform_static(struct jump_entry *entry,
 {
        __arch_jump_label_transform(entry, type, true);
 }
-
-#endif