diff options
author | Alexey Dobriyan <[email protected]> | 2018-01-13 22:06:48 +0300 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-02-13 17:37:07 +0100 |
commit | 16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae (patch) | |
tree | 6d931125080af70721db12f4542366f2c66fe78e | |
parent | 1acdbf7ea8a80706561013346d281d282a3c00f9 (diff) |
x86/asm: Trim clear_page.S includes
After alternatives were shifted to the call site, only 2 headers are
necessary.
Signed-off-by: Alexey Dobriyan <[email protected]>
Reviewed-by: Borislav Petkov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/20180113190648.GB23111@avx2
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | arch/x86/lib/clear_page_64.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/lib/clear_page_64.S b/arch/x86/lib/clear_page_64.S index 81b1635d67de..88acd349911b 100644 --- a/arch/x86/lib/clear_page_64.S +++ b/arch/x86/lib/clear_page_64.S @@ -1,6 +1,4 @@ #include <linux/linkage.h> -#include <asm/cpufeatures.h> -#include <asm/alternative-asm.h> #include <asm/export.h> /* |