| commit | 5ff974720abec255c17af6f3732dd410d364e367 | [log] [tgz] |
|---|---|---|
| author | Ralf Baechle <ralf@linux-mips.org> | Wed Aug 01 15:25:28 2007 +0100 |
| committer | Ralf Baechle <ralf@linux-mips.org> | Mon Aug 27 02:16:48 2007 +0100 |
| tree | 8656406ff66bd84058eddb8bbd1d7e5473985a43 | |
| parent | 4c8081e4696c7afc61930e4a49a6fa55c545b7e0 [diff] |
[MIPS] Fix computation of {PGD,PMD,PTE}_T_LOG2.
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>