Skip to content

Commit e844f2c

Browse files
mstsirkinarndb
authored andcommitted
x86/mpx: tweak header name
Use linux/mman.h to make sure we get all mmap flags we need. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent bfeffd1 commit e844f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/mm/mpx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
#include <linux/kernel.h>
1010
#include <linux/slab.h>
1111
#include <linux/mm_types.h>
12+
#include <linux/mman.h>
1213
#include <linux/syscalls.h>
1314
#include <linux/sched/sysctl.h>
1415

1516
#include <asm/insn.h>
1617
#include <asm/insn-eval.h>
17-
#include <asm/mman.h>
1818
#include <asm/mmu_context.h>
1919
#include <asm/mpx.h>
2020
#include <asm/processor.h>

0 commit comments

Comments
 (0)