]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
CRIS v32: Fix startup oops and replace hardcoded pagesize in vmlinux.lds.S
authorJesper Nilsson <jesper.nilsson@axis.com>
Wed, 30 Jan 2008 11:57:31 +0000 (12:57 +0100)
committerJesper Nilsson <jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:06:36 +0000 (11:06 +0100)
commitbaa69b121a32f2b8ee388b651030f7f3c16df463
treeb4788cdcb61636845713fa0fd21ca8f993c03e0b
parent52d82ef12a172124ee4aab06656c877868efc407
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.
arch/cris/arch-v32/vmlinux.lds.S