From: Nelson Elhage Date: Fri, 31 Jul 2009 20:58:18 +0000 (-0400) Subject: MIPS: Use PAGE_SIZE in assembly instead of _PAGE_SIZE. X-Git-Tag: v2.6.32-rc1~658^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b54e256d513ed99e456bea6e4e188ff92e7c46;p=pandora-kernel.git 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 Signed-off-by: Tim Abbott Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed