[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180113190648.GB23111@avx2>
Date: Sat, 13 Jan 2018 22:06:48 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com
Cc: x86@...nel.org, linux-kernel@...r.kernel.org, bp@...e.de
Subject: [PATCH] x86_64: 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>
---
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>
/*
Powered by blists - more mailing lists