m32r: make PAGE_SIZE available to assembly.
authorTim Abbott <tabbott@ksplice.com>
Fri, 18 Sep 2009 20:32:44 +0000 (16:32 -0400)
committerHirokazu Takata <takata@linux-m32r.org>
Tue, 22 Sep 2009 15:29:38 +0000 (00:29 +0900)
commit8b1c9befbfbd443bd95e77db01c70f1741aa2511
tree0294a14d49ac0486100b2483bef00530985b0653
parent43c1266ce4dc06bfd236cec31e11e9ecd69c0bef
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 <tabbott@ksplice.com>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
arch/m32r/include/asm/page.h