commit | e443ed35606cf921cbf9d6949010a5b36bbe747d | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Wed Dec 30 07:40:17 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jan 15 13:20:07 2010 +1100 |
tree | 91839698bc14c32da9f191c41810067f0e5a1143 | |
parent | 9f4f04ba2b117a5c741d019629d7ffccdc621122 [diff] |
powerpc/swsusp_32: Fix TLB invalidation It seems there is a thinko in the TLB invalidation code that makes the tlbie in the loop executed just once. The intended check was probably 'gt', not 'lt'. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>