[tip:x86/asm] x86/asm: Trim clear_page.S includes

2018-02-13 Thread tip-bot for Alexey Dobriyan
Commit-ID:  16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae
Gitweb: https://git.kernel.org/tip/16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae
Author: Alexey Dobriyan 
AuthorDate: Sat, 13 Jan 2018 22:06:48 +0300
Committer:  Ingo Molnar 
CommitDate: Tue, 13 Feb 2018 17:37:07 +0100

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 
Reviewed-by: Borislav Petkov 
Cc: Linus Torvalds 
Cc: Peter Zijlstra 
Cc: Thomas Gleixner 
Link: http://lkml.kernel.org/r/20180113190648.GB23111@avx2
Signed-off-by: Ingo Molnar 
---
 arch/x86/lib/clear_page_64.S | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/lib/clear_page_64.S b/arch/x86/lib/clear_page_64.S
index 81b1635..88acd34 100644
--- a/arch/x86/lib/clear_page_64.S
+++ b/arch/x86/lib/clear_page_64.S
@@ -1,6 +1,4 @@
 #include 
-#include 
-#include 
 #include 
 
 /*


[tip:x86/asm] x86/asm: Trim clear_page.S includes

2018-02-13 Thread tip-bot for Alexey Dobriyan
Commit-ID:  16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae
Gitweb: https://git.kernel.org/tip/16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae
Author: Alexey Dobriyan 
AuthorDate: Sat, 13 Jan 2018 22:06:48 +0300
Committer:  Ingo Molnar 
CommitDate: Tue, 13 Feb 2018 17:37:07 +0100

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 
Reviewed-by: Borislav Petkov 
Cc: Linus Torvalds 
Cc: Peter Zijlstra 
Cc: Thomas Gleixner 
Link: http://lkml.kernel.org/r/20180113190648.GB23111@avx2
Signed-off-by: Ingo Molnar 
---
 arch/x86/lib/clear_page_64.S | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86/lib/clear_page_64.S b/arch/x86/lib/clear_page_64.S
index 81b1635..88acd34 100644
--- a/arch/x86/lib/clear_page_64.S
+++ b/arch/x86/lib/clear_page_64.S
@@ -1,6 +1,4 @@
 #include 
-#include 
-#include 
 #include 
 
 /*