]> 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)
commit1d58e0e2ee61ec28bd515372c9b39f87aa300931
treee24ae55f3269f22672b041ad1f83a5b2320305ba
parentab7eb9f270c8e542dfe1fcd3fa078eec6219d1e6
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