Home
last modified time | relevance | path

Searched hist:e443ed35606cf921cbf9d6949010a5b36bbe747d (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dswsusp_32.Sdiff e443ed35606cf921cbf9d6949010a5b36bbe747d Wed Dec 30 01:40:17 CST 2009 Anton Vorontsov <avorontsov@ru.mvista.com> 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>