From: Nelson Elhage Date: Fri, 31 Jul 2009 20:58:17 +0000 (-0400) Subject: MIPS: make page.h constants available to assembly. X-Git-Tag: v2.6.32-rc1~658^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99502d94c3649c5c5e6e81e323caf422a2f1591c;p=pandora-kernel.git MIPS: make page.h constants available to assembly. page.h includes ifndef __ASSEMBLY__ guards, but PAGE_SIZE and some other constants are defined using "1UL", which the assembler does not support. Use the _AC macro from const.h to make them available to assembly (and linker scripts). Signed-off-by: Nelson Elhage Signed-off-by: Tim Abbott Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed