|
@@ -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
|