From: Ralf Baechle Date: Wed, 1 Aug 2007 14:25:28 +0000 (+0100) Subject: [MIPS] Fix computation of {PGD,PMD,PTE}_T_LOG2. X-Git-Tag: v2.6.23-rc4~7^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff974720abec255c17af6f3732dd410d364e367;p=pandora-kernel.git [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 --- Reading git-diff-tree failed