diff options
author | Greg Ungerer <gerg@snapgear.com> | 2005-09-02 02:42:52 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-02 09:57:31 +0200 |
commit | 213b24c93b6c43d96973b9db453bf845c97bbe18 (patch) | |
tree | d47aea7e40411d997392b1ce12cc82fd02908ec8 /arch/v850 | |
parent | [PATCH] m68knommu: update defconfig for m68knommu (diff) | |
download | linux-213b24c93b6c43d96973b9db453bf845c97bbe18.tar.xz linux-213b24c93b6c43d96973b9db453bf845c97bbe18.zip |
[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>
Diffstat (limited to 'arch/v850')
0 files changed, 0 insertions, 0 deletions