summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits/mman.h
AgeCommit message (Collapse)AuthorLines
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn-3/+0
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.
2013-01-12add missing mmap options and madvices to bits/mman.h based on linux headersSzabolcs Nagy-0/+7
2012-12-06add more arch-specific MAP_ macros to bits/mman.hrofl0r-0/+4
these are also needed by qemu.
2012-12-06remove MAP_32 from non-x86 archsrofl0r-1/+0
both kernel and glibc define it only on x86(_64).
2012-12-06add MAP_NORESERVE to bits/mman.hrofl0r-0/+1
this is needed for qemu, and since it differs for each arch it can't be circumvented easily by using a macro in CFLAGS.
2012-11-21fix powerpc types to match abi, and some feature test issuesRich Felker-1/+1
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-0/+50