diff options
Diffstat (limited to 'arch/powerpc/kernel/jump_label.c')
| -rw-r--r-- | arch/powerpc/kernel/jump_label.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/jump_label.c b/arch/powerpc/kernel/jump_label.c index 368d158d665..a1ed8a8c7cb 100644 --- a/arch/powerpc/kernel/jump_label.c +++ b/arch/powerpc/kernel/jump_label.c @@ -11,6 +11,7 @@  #include <linux/jump_label.h>  #include <asm/code-patching.h> +#ifdef HAVE_JUMP_LABEL  void arch_jump_label_transform(struct jump_entry *entry,  			       enum jump_label_type type)  { @@ -21,3 +22,4 @@ void arch_jump_label_transform(struct jump_entry *entry,  	else  		patch_instruction(addr, PPC_INST_NOP);  } +#endif  |