]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/jump_label.h
Merge remote-tracking branch 'hid/for-next'
[karo-tx-linux.git] / arch / x86 / include / asm / jump_label.h
index 64507f35800ce23e9c867e1c80b5dc3d0a835ec1..6a2cefb4395a4228cce550ef8b231f3e7158d9d1 100644 (file)
@@ -18,7 +18,7 @@
 
 static __always_inline bool arch_static_branch(struct static_key *key)
 {
-       asm goto("1:"
+       asm_volatile_goto("1:"
                ".byte " __stringify(STATIC_KEY_INIT_NOP) "\n\t"
                ".pushsection __jump_table,  \"aw\" \n\t"
                _ASM_ALIGN "\n\t"