From: Michael Ellerman Date: Thu, 13 Jul 2006 07:54:44 +0000 (+1000) Subject: [POWERPC] Fix a compiler warning in mm/tlb_64.c X-Git-Tag: v2.6.19-rc1~1300^2~89^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d69ff32ebf3dff9e9b48bbbbafe2b9b6f188d48;p=pandora-kernel.git [POWERPC] Fix a compiler warning in mm/tlb_64.c The compiler doesn't understand that BUG() never returns, so complains that psize isn't set. Just set it to the normal value, which seems to produce nice code and keeps gcc happy. Signed-off-by: Michael Ellerman Signed-off-by: Stephen Rothwell --- Reading git-diff-tree failed