Change the minimum mmap address back to 32768 on ARM systems (thanks to Jon Masters)

This commit is contained in:
Peter Robinson 2012-11-20 12:01:52 +00:00
parent b0cdc7c3c5
commit 8b21b3a41b
2 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,9 @@ CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_LSM_MMAP_MIN_ADDR=32768
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

View File

@ -2426,6 +2426,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue Nov 20 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- Change the minimum mmap address back to 32768 on ARM systems (thanks to Jon Masters)
* Mon Nov 19 2012 Josh Boyer <jwboyer@redhat.com>
- Apply patches from Jeff Moyer to fix direct-io oops (rhbz 812129)