diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-03 00:06:47 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-03 00:06:47 +0300 |
commit | 5e46caf62d8910f6999fd378b743b9c0e1b21cf9 (patch) | |
tree | e9e7955fab46c552711de9f20e3e33aabbf9b3f2 /arch/x86/lib | |
parent | 2451d1e59d5a154a42bcf02e0bfeebb01d8df1e0 (diff) | |
parent | 16c5055a5ff5e1ff13c5211e44514a2b1d2c1dae (diff) | |
download | linux-5e46caf62d8910f6999fd378b743b9c0e1b21cf9.tar.xz |
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 asm fixlets from Ingo Molnar:
"A clobber list fix and cleanups"
* 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/asm: Trim clear_page.S includes
x86/asm: Clobber flags in clear_page()
Diffstat (limited to 'arch/x86/lib')
-rw-r--r-- | arch/x86/lib/clear_page_64.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/lib/clear_page_64.S b/arch/x86/lib/clear_page_64.S index 81b1635d67de..88acd349911b 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> /* |