Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] uclinux: use MAP_PRIVATE when mmaping code regions in flat bi…
…nary 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>
- Loading branch information