commit | a0b54e256d513ed99e456bea6e4e188ff92e7c46 | [log] [tgz] |
---|---|---|
author | Nelson Elhage <nelhage@ksplice.com> | Fri Jul 31 16:58:18 2009 -0400 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Sep 17 20:07:48 2009 +0200 |
tree | 16eee095219f3b02e9490651a33a1bd12258c096 | |
parent | 24ffce18a4b6b5e9769200582c09df7ff044259f [diff] |
MIPS: Use PAGE_SIZE in assembly instead of _PAGE_SIZE. Now that PAGE_SIZE is available to assembly directly, there is no need to separately expose it as _PAGE_SIZE through asm-offsets. In addition, remove _PAGE_SHIFT from asm-offsets, since it was never needed, and is not used anywhere. 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>