move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
authorTrutz Behn <me@trutz.be>
Wed, 28 Jan 2015 17:46:52 +0000 (18:46 +0100)
committerRich Felker <dalias@aerifal.cx>
Sat, 31 Jan 2015 03:02:23 +0000 (22:02 -0500)
commit2d67ae923d11d766d9a6cea714fa487b52579f6a
tree58a14d50d8ccd612be1720085a3d26a29b597648
parentc7b05bc81732e9471e8f61e2dc48ff590572724e
move MREMAP_MAYMOVE and MREMAP_FIXED out of bits

the definitions are generic for all kernel archs. exposure of these
macros now only occurs on the same feature test as for the function
accepting them, which is believed to be more correct.
arch/arm/bits/mman.h
arch/i386/bits/mman.h
arch/microblaze/bits/mman.h
arch/mips/bits/mman.h
arch/or1k/bits/mman.h
arch/powerpc/bits/mman.h
arch/sh/bits/mman.h
arch/x32/bits/mman.h
arch/x86_64/bits/mman.h
include/sys/mman.h