OSDN Git Service

arch: move common mmap flags to linux/mman.h
authorMichael S. Tsirkin <mst@redhat.com>
Fri, 8 Feb 2019 06:02:55 +0000 (01:02 -0500)
committerArnd Bergmann <arnd@arndb.de>
Mon, 18 Feb 2019 16:49:30 +0000 (17:49 +0100)
commit746c9398f5ac2b3f5730da4ed09e99ef4bb50b4a
treee24ae55f3269f22672b041ad1f83a5b2320305ba
parent852661a8691fd1f974b61eaa317d2620198f7c76
arch: move common mmap flags to linux/mman.h

Now that we have 3 mmap flags shared by all architectures,
let's move them into the common header.

This will help discourage future architectures from duplicating code.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/alpha/include/uapi/asm/mman.h
arch/mips/include/uapi/asm/mman.h
arch/parisc/include/uapi/asm/mman.h
arch/xtensa/include/uapi/asm/mman.h
include/uapi/asm-generic/mman-common.h
include/uapi/linux/mman.h