[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae@git.kernel.org>
Date: Tue, 13 Feb 2018 09:00:01 -0800
From: tip-bot for Alexey Dobriyan <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
adobriyan@...il.com, peterz@...radead.org,
torvalds@...ux-foundation.org, bp@...e.de, tglx@...utronix.de
Subject: [tip:x86/asm] x86/asm: Trim clear_page.S includes
Commit-ID: 16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae
Gitweb: https://git.kernel.org/tip/16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae
Author: Alexey Dobriyan <adobriyan@...il.com>
AuthorDate: Sat, 13 Jan 2018 22:06:48 +0300
Committer: Ingo Molnar <mingo@...nel.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@...il.com>
Reviewed-by: Borislav Petkov <bp@...e.de>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Link: http://lkml.kernel.org/r/20180113190648.GB23111@avx2
Signed-off-by: Ingo Molnar <mingo@...nel.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>
/*
Powered by blists - more mailing lists