| commit | 2d69ff32ebf3dff9e9b48bbbbafe2b9b6f188d48 | [log] [tgz] |
|---|---|---|
| author | Michael Ellerman <michael@ellerman.id.au> | Thu Jul 13 17:54:44 2006 +1000 |
| committer | Stephen Rothwell <sfr@canb.auug.org.au> | Thu Jul 13 18:43:25 2006 +1000 |
| tree | 8c1a67ff3867c71427d10331d0e68f6517846477 | |
| parent | 463c61928c453c2998d39b683c86385ee877c289 [diff] |
[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 <michael@ellerman.id.au> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>