linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86_64: trim clear_page.S includes
@ 2018-01-13 19:06 Alexey Dobriyan
  2018-02-10 21:20 ` Borislav Petkov
  2018-02-13 17:00 ` [tip:x86/asm] x86/asm: Trim " tip-bot for Alexey Dobriyan
  0 siblings, 2 replies; 3+ messages in thread
From: Alexey Dobriyan @ 2018-01-13 19:06 UTC (permalink / raw)
  To: tglx, mingo, hpa; +Cc: x86, linux-kernel, bp

After alternatives were shifted to the call site, only 2 headers are
necessary.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 arch/x86/lib/clear_page_64.S |    2 --
 1 file changed, 2 deletions(-)

--- 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>
 
 /*

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-13 17:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-13 19:06 [PATCH] x86_64: trim clear_page.S includes Alexey Dobriyan
2018-02-10 21:20 ` Borislav Petkov
2018-02-13 17:00 ` [tip:x86/asm] x86/asm: Trim " tip-bot for Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).