Greg Ungerer 213b24c93b [PATCH] uclinux: use MAP_PRIVATE when mmaping code regions in flat binary loader
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>
2005-09-02 00:57:31 -07:00
..
2005-08-06 09:42:06 -07:00
2005-08-07 10:00:38 -07:00
2005-08-08 11:53:47 -07:00
2005-08-04 13:11:15 -07:00
2005-08-19 18:02:56 -07:00