diff options
Diffstat (limited to 'src/arch/power/linux/linux.hh')
-rw-r--r-- | src/arch/power/linux/linux.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/power/linux/linux.hh b/src/arch/power/linux/linux.hh index c681c8baf..1bfc9cbd8 100644 --- a/src/arch/power/linux/linux.hh +++ b/src/arch/power/linux/linux.hh @@ -126,7 +126,7 @@ class PowerLinux : public Linux //@} /// For mmap(). - static const unsigned TGT_MAP_ANONYMOUS = 0x800; + static const unsigned TGT_MAP_ANONYMOUS = 0x20; //@{ /// ioctl() command codes. |