summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-07-07 15:31:54 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:51 +0200
commitaf2c25003f8e6917403a7ea82bc1aad6376839d3 (patch)
treec940cdaaf65f72e52055c560a0cf10a975d16ed0
parent612cb6e8e5b32a4c1091a549a59486d12e19de6e (diff)
ux500: Set VMALLOC_END to the highest possible value
Keep 8MB of free space between VMALLOC_ENC & 0xf80000000 area in case of vmalloc overflow Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-rw-r--r--arch/arm/mach-ux500/include/mach/vmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/include/mach/vmalloc.h b/arch/arm/mach-ux500/include/mach/vmalloc.h
index a4945cb4117..e0c6c408552 100644
--- a/arch/arm/mach-ux500/include/mach/vmalloc.h
+++ b/arch/arm/mach-ux500/include/mach/vmalloc.h
@@ -15,4 +15,4 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#define VMALLOC_END 0xf0000000UL
+#define VMALLOC_END 0xf7800000UL