diff options
Diffstat (limited to 'recipes/linux/linux-omap-2.6.29/omap3-touchbook/memory-move-malloc-end.patch')
-rw-r--r-- | recipes/linux/linux-omap-2.6.29/omap3-touchbook/memory-move-malloc-end.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-2.6.29/omap3-touchbook/memory-move-malloc-end.patch b/recipes/linux/linux-omap-2.6.29/omap3-touchbook/memory-move-malloc-end.patch new file mode 100644 index 0000000000..9000642104 --- /dev/null +++ b/recipes/linux/linux-omap-2.6.29/omap3-touchbook/memory-move-malloc-end.patch @@ -0,0 +1,9 @@ +--- git/arch/arm/plat-omap/include/mach/vmalloc.h 2009-06-09 15:14:54.000000000 -0700 ++++ git/arch/arm/plat-omap/include/mach/vmalloc.h 2009-06-09 15:06:35.000000000 -0700 +@@ -17,5 +17,5 @@ + * 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 (PAGE_OFFSET + 0x18000000) ++#define VMALLOC_END (PAGE_OFFSET + 0x28000000) + |