From: Paul Mundt Date: Tue, 23 Jun 2009 16:04:36 +0000 (+0900) Subject: asm-generic/vmlinux.lds.h: Fix up RW_DATA_SECTION definition. X-Git-Tag: v2.6.31-rc2~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f1d9391a6aa72efdcea2f302ee7bfcd313c631;p=pandora-kernel.git asm-generic/vmlinux.lds.h: Fix up RW_DATA_SECTION definition. RW_DATA_SECTION is defined to take 4 different alignment parameters, while NOSAVE_DATA currently uses a fixed PAGE_SIZE alignment as noted in the comments. There are presently no in-tree users of this at present, and I just stumbled across this while implementing the simplified script on a new architecture port, which subsequently resulted in a syntax error. Signed-off-by: Paul Mundt Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed