From: Linus Walleij Date: Wed, 24 Jun 2009 22:38:56 +0000 (+0100) Subject: [ARM] 5565/2: Use PAGE_SIZE and RO_DATA() in link script X-Git-Tag: v2.6.31-rc2~64^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6430a938dc6d77e33722aaf6a58382b3423935d;p=pandora-kernel.git [ARM] 5565/2: Use PAGE_SIZE and RO_DATA() in link script Update the link script for ARM to use PAGE_SIZE instead of hard- coded 4096. Also the old RODATA macro is deprecated for the RO_DATA(PAGE_SIZE) macro. As a consequence the PAGE_SIZE was changed from (1UL << PAGE_SHIFT) to (_AC(1,UL) << PAGE_SHIFT) because the linker does not understand the "UL" suffix to numeric constants. Signed-off-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed