Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e844f2c1 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Arnd Bergmann
Browse files

x86/mpx: tweak header name



Use linux/mman.h to make sure we get all mmap flags we need.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent bfeffd15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>