]> git.neil.brown.name Git - history.git/commit
[PATCH] Common PROT_xxx -> VM_xxx mapping
authorJamie Lokier <jamie@shareable.org>
Fri, 5 Sep 2003 04:42:15 +0000 (21:42 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 5 Sep 2003 04:42:15 +0000 (21:42 -0700)
commitd04668a76d3780540b30bcbc2bc638f3f31d577d
treef0ed53195dffd315bc5d3817daeb120980f3a2c4
parenta1f6ff2111185f13b8611e3744b8ad272e53e10a
[PATCH] Common PROT_xxx -> VM_xxx mapping

This moves the mapping of PROT_* bits to VM_* bits from mmap.c to the
common header file <linux/mman.h>.  The mapping is needed for mprotect
too.
include/linux/mman.h
mm/mmap.c