commit | 99502d94c3649c5c5e6e81e323caf422a2f1591c | [log] [tgz] |
---|---|---|
author | Nelson Elhage <nelhage@ksplice.com> | Fri Jul 31 16:58:17 2009 -0400 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 17 20:07:42 2009 +0200 |
tree | 7e6dc7cde33c472eb5f6160316b3aad00e0aaca5 | |
parent | 75f453164178a1749297fc466300bf3e34ef8103 [diff] |
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 <nelhage@ksplice.com> Signed-off-by: Tim Abbott <tabbott@ksplice.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>