MIPS: Use PAGE_SIZE in assembly instead of _PAGE_SIZE.
commita0b54e256d513ed99e456bea6e4e188ff92e7c46
authorNelson Elhage <nelhage@ksplice.com>
Fri, 31 Jul 2009 20:58:18 +0000 (31 16:58 -0400)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Sep 2009 18:07:48 +0000 (17 20:07 +0200)
tree16eee095219f3b02e9490651a33a1bd12258c096
parent24ffce18a4b6b5e9769200582c09df7ff044259f
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>
arch/mips/kernel/asm-offsets.c
arch/mips/kernel/vmlinux.lds.S
arch/mips/power/hibernate.S