arm64: alternative: put secondary CPUs into polling loop during patch
[deliverable/linux.git] / arch / arm64 / include / asm / alternative.h
index b474e9106bc277c9309702182c3fe886a08252f2..d56ec07151570e6e498e9bf35b2fd9ccaed335fe 100644 (file)
@@ -3,6 +3,7 @@
 
 #ifndef __ASSEMBLY__
 
+#include <linux/init.h>
 #include <linux/kconfig.h>
 #include <linux/types.h>
 #include <linux/stddef.h>
@@ -16,7 +17,7 @@ struct alt_instr {
        u8  alt_len;            /* size of new instruction(s), <= orig_len */
 };
 
-void apply_alternatives_all(void);
+void __init apply_alternatives_all(void);
 void apply_alternatives(void *start, size_t length);
 void free_alternatives_memory(void);
 
This page took 0.027364 seconds and 5 git commands to generate.