git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e60f9
)
Fix get_unmapped_area sanity tests
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 20 May 2005 05:43:37 +0000
(22:43 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 20 May 2005 05:43:37 +0000
(22:43 -0700)
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.
No differences found