[MIPS] Fix computation of {PGD,PMD,PTE}_T_LOG2.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 1 Aug 2007 14:25:28 +0000 (15:25 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 27 Aug 2007 01:16:48 +0000 (02:16 +0100)
For the generation of asm-offset.h to work these need to be evaulatable
by gcc as a constant expression.  This issue did exist for a while but
didn't bite because they're only in asm-offset.h for debugging purposes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found