diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/jump_label.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/jump_label.c b/arch/x86/kernel/jump_label.c index 3fee346ef545..2ad029876c8c 100644 --- a/arch/x86/kernel/jump_label.c +++ b/arch/x86/kernel/jump_label.c | |||
@@ -42,10 +42,4 @@ void arch_jump_label_transform(struct jump_entry *entry, | |||
42 | put_online_cpus(); | 42 | put_online_cpus(); |
43 | } | 43 | } |
44 | 44 | ||
45 | void arch_jump_label_text_poke_early(jump_label_t addr) | ||
46 | { | ||
47 | text_poke_early((void *)addr, ideal_nops[NOP_ATOMIC5], | ||
48 | JUMP_LABEL_NOP_SIZE); | ||
49 | } | ||
50 | |||
51 | #endif | 45 | #endif |