aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/mman.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-02-15[PATCH] add asm-generic/mman.hMichael S. Tsirkin1-0/+42
Make new MADV_REMOVE, MADV_DONTFORK, MADV_DOFORK consistent across all arches. The idea is to make it possible to use them portably even before distros include them in libc headers. Move common flags to asm-generic/mman.h Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Cc: Roland Dreier <rolandd@cisco.com> Cc: Badari Pulavarty <pbadari@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>