From: Jesper Nilsson Date: Wed, 30 Jan 2008 11:57:31 +0000 (+0100) Subject: CRIS v32: Fix startup oops and replace hardcoded pagesize in vmlinux.lds.S X-Git-Tag: v2.6.25-rc1~40^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa69b121a32f2b8ee388b651030f7f3c16df463;p=pandora-kernel.git CRIS v32: Fix startup oops and replace hardcoded pagesize in vmlinux.lds.S - Move alignment of init data to page size outside define CONFIG_BLK_DEV_INITRD This avoids oops due to memory on the same page as init data being freed. - Change hardcoded page size to use macro from asm/page.h - Add reserved memory via CONFIG_ETRAX_VMEM_SIZE. - Use available defines for TEXT_TEXT and INITCALLS. - Cleanup whitespace. --- Reading git-diff-tree failed