]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - arch/x86/lib/memmove_64.S
x86/cpufeature: Carve out X86_FEATURE_*
[thirdparty/kernel/stable.git] / arch / x86 / lib / memmove_64.S
index 65268a6104f45e09d5e45f75cb63edf6527164a0..6e231833f7d60829d10821935a6d4db3638ff302 100644 (file)
@@ -8,7 +8,7 @@
 #define _STRING_C
 #include <linux/linkage.h>
 #include <asm/dwarf2.h>
-#include <asm/cpufeature.h>
+#include <asm/cpufeatures.h>
 #include <asm/alternative-asm.h>
 
 #undef memmove
@@ -218,6 +218,6 @@ ENTRY(memmove)
        altinstruction_entry .Lmemmove_begin_forward,           \
                .Lmemmove_begin_forward_efs,X86_FEATURE_ERMS,   \
                .Lmemmove_end_forward-.Lmemmove_begin_forward,  \
-               .Lmemmove_end_forward_efs-.Lmemmove_begin_forward_efs
+               .Lmemmove_end_forward_efs-.Lmemmove_begin_forward_efs,0
        .previous
 ENDPROC(memmove)