commit | 07ab67c8d0d7c1021343b7d5c045033d6bf7be69 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu May 19 22:43:37 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu May 19 22:43:37 2005 -0700 |
tree | 5857098ebbb760afc8b0d722f119e06b3d1f6511 | |
parent | 66e60f92518268f4d2a702a1c4ffbe1caacd6290 [diff] |
Fix get_unmapped_area sanity tests As noted by Chris Wright, we need to do the full range of tests regardless of whether MAP_FIXED is set or not, so re-organize get_unmapped_area() slightly to do the sanity checks unconditionally.