]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf4148ee0b73a829159f980af1b5a0945fb17815b
treee24ae55f3269f22672b041ad1f83a5b2320305ba
parent426eb724210267852a0c6986bb3cad6637d897b4
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