Commit 270f058a authored by Santosh Shilimkar's avatar Santosh Shilimkar

From: Santosh Shilimkar <santosh.shilimkar@ti.com>

OMAP4: Adjust the vmalloc end
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 73614d95
...@@ -17,5 +17,9 @@ ...@@ -17,5 +17,9 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifdef CONFIG_ARCH_OMAP4
#define VMALLOC_END (PAGE_OFFSET + 0x10000000)
#else
#define VMALLOC_END (PAGE_OFFSET + 0x18000000) #define VMALLOC_END (PAGE_OFFSET + 0x18000000)
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment