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:
03a002e
)
[PATCH] uclinux: use MAP_PRIVATE when mmaping code regions in flat binary loader
author
Greg Ungerer
<gerg@snapgear.com>
Fri, 2 Sep 2005 00:42:52 +0000
(10:42 +1000)
committer
Linus Torvalds
<torvalds@evo.osdl.org>
Fri, 2 Sep 2005 07:57:31 +0000
(
00:57
-0700)
Use MAP_PRIVATE when calling mmap to get memory for the code region.
The flat loader was using MAP_SHARED, but underlying changes to the
MMUless mmap means this is now wrong.
Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found