From: Tim Abbott Date: Fri, 18 Sep 2009 20:32:44 +0000 (-0400) Subject: m32r: make PAGE_SIZE available to assembly. X-Git-Tag: v2.6.32-rc1~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b1c9befbfbd443bd95e77db01c70f1741aa2511;p=pandora-kernel.git m32r: make PAGE_SIZE available to assembly. page.h includes ifndef __ASSEMBLY__ guards, but PAGE_SIZE is defined using "1UL", which the assembler does not support. Use the _AC macro from const.h to make it available to assembly (and linker scripts). Signed-off-by: Tim Abbott Signed-off-by: Hirokazu Takata --- Reading git-diff-tree failed