jump label: Introduce static_branch() interface
[deliverable/linux.git] / arch / x86 / kernel / alternative.c
index 4a234677e21353017c5316b1056572f9acb48176..651454b0c8110a08ac493e1976c7621598b8d7f7 100644 (file)
@@ -679,7 +679,7 @@ void __kprobes text_poke_smp_batch(struct text_poke_param *params, int n)
        __stop_machine(stop_machine_text_poke, (void *)&tpp, NULL);
 }
 
-#if defined(CONFIG_DYNAMIC_FTRACE) || defined(HAVE_JUMP_LABEL)
+#if defined(CONFIG_DYNAMIC_FTRACE) || defined(CONFIG_JUMP_LABEL)
 
 #ifdef CONFIG_X86_64
 unsigned char ideal_nop5[5] = { 0x66, 0x66, 0x66, 0x66, 0x90 };
This page took 0.023629 seconds and 5 git commands to generate.