summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-07-07 15:31:54 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2011-07-22 15:52:36 +0200
commit2a881fc18644216ec43505d7c07a12155fd3b044 (patch)
tree81e09fef89dd097238c39e5fe54ce78bcdbbb639
parent42e0bea3e6450a0d3e5063203a8599a2397aa7fe (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