summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
diff options
context:
space:
mode:
authorLinus Torvalds2019-03-06 18:18:43 +0100
committerLinus Torvalds2019-03-06 18:18:43 +0100
commitfa29f5ba42404b44aceb1a63ff4757efe5cd1789 (patch)
tree8dfe660eeb443561582efe2b0cc7c8b228172796 /arch/x86/mm
parentMerge tag 'y2038-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p... (diff)
parentasm-generic/page.h: fix typo in #error text requiring a real asm/page.h (diff)
downloadkernel-qcow2-linux-fa29f5ba42404b44aceb1a63ff4757efe5cd1789.tar.gz
kernel-qcow2-linux-fa29f5ba42404b44aceb1a63ff4757efe5cd1789.tar.xz
kernel-qcow2-linux-fa29f5ba42404b44aceb1a63ff4757efe5cd1789.zip
Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Pull asm-generic updates from Arnd Bergmann: "Only a few small changes this time: - Michael S. Tsirkin cleans up linux/mman.h - Mike Rapoport found a typo I had originally merged another cleanup series for I/O accessors from Hugo Lefeuvre as well, but dropped it after the discussion of the barrier semantics and some conflicts. I expect this series to get merged for a later release though" * tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: asm-generic/page.h: fix typo in #error text requiring a real asm/page.h arch: move common mmap flags to linux/mman.h drm: tweak header name x86/mpx: tweak header name
Diffstat (limited to 'arch/x86/mm')
-rw-r--r--arch/x86/mm/mpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/mpx.c b/arch/x86/mm/mpx.c
index de1851d15699..c805db6236b4 100644
--- a/arch/x86/mm/mpx.c
+++ b/arch/x86/mm/mpx.c
@@ -9,12 +9,12 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/mm_types.h>
+#include <linux/mman.h>
#include <linux/syscalls.h>
#include <linux/sched/sysctl.h>
#include <asm/insn.h>
#include <asm/insn-eval.h>
-#include <asm/mman.h>
#include <asm/mmu_context.h>
#include <asm/mpx.h>
#include <asm/processor.h>