about summary refs log tree commit diff
path: root/arch/powerpc64/bits/mman.h
Commit message (Collapse)AuthorAgeFilesLines
* define MAP_SYNC on powerpc/powerpc64Samuel Holland2020-03-141-1/+0
| | | | | | Linux defines MAP_SYNC on powerpc and powerpc64 as of commit 22fcea6f85f2 ("mm: move MAP_SYNC to asm-generic/mman-common.h"), so we can stop undefining it on those architectures.
* add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy2018-02-221-0/+1
| | | | | | | | for synchronous page faults, new in linux commit 1c9725974074a047f6080eecc62c50a8e840d050 and b6fb293f2497a9841d94f6b57bd2bb2cd222da43 note that only targets that use asm-generic/mman.h have this new flag defined, so undef it on other targets (mips*, powerpc*).
* powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy2017-09-111-0/+5
| | | | MAP_{NORESERVE,LOCKED} have different values on powerpc than in generic.
* add powerpc64 portBobby Bingham2016-05-081-0/+8