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

* Re: [PATCH] x86_64: trim clear_page.S includes
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Borislav Petkov @ 2018-02-10 21:20 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: tglx, mingo, hpa, x86, linux-kernel

On Sat, Jan 13, 2018 at 10:06:48PM +0300, Alexey Dobriyan wrote:
> 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>
>  
>  /*

Reviewed-by: Borislav Petkov <bp@suse.de>

-- 
Regards/Gruss,
    Boris.

SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
-- 

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

* [tip:x86/asm] x86/asm: Trim clear_page.S includes
  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-bot for Alexey Dobriyan
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Alexey Dobriyan @ 2018-02-13 17:00 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, adobriyan, peterz, torvalds, bp, tglx

Commit-ID:  16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae
Gitweb:     https://git.kernel.org/tip/16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae
Author:     Alexey Dobriyan <adobriyan@gmail.com>
AuthorDate: Sat, 13 Jan 2018 22:06:48 +0300
Committer:  Ingo Molnar <mingo@kernel.org>
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 <adobriyan@gmail.com>
Reviewed-by: Borislav Petkov <bp@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20180113190648.GB23111@avx2
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 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 <linux/linkage.h>
-#include <asm/cpufeatures.h>
-#include <asm/alternative-asm.h>
 #include <asm/export.h>
 
 /*

^ permalink raw reply related	[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).