commit | 5f6164f3092832e0d9b12eed52e09a76bf39c64a | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Wed Feb 15 15:17:39 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Feb 15 15:32:22 2006 -0800 |
tree | 507043c3eafa00ad7241f1102c860e486f8dc544 | |
parent | 06fed33849c13af637c4d09e9ba27828fac9edd5 [diff] |
[PATCH] add asm-generic/mman.h 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>