On Tue, 05 Jul 2011 16:40:10 +1000
Michael Neuling wrote:
> The existing code it pretty ugly. How about we clean it up even more
> like this?
Looks good and it passed my kdump test cases.
Anton
> From: Anton Blanchard
>
> We check for timeout expiry in the outer loop, but we also need to
>
The existing code it pretty ugly. How about we clean it up even more
like this?
From: Anton Blanchard
We check for timeout expiry in the outer loop, but we also need to
check it in the inner loop or we can lock up forever waiting for a
CPU to hit real mode.
Signed-off-by: Anton Blanchard
Sign
We check for timeout expiry in the outer loop, but we also need to
check it in the inner loop or we can lock up forever waiting for a
CPU to hit real mode.
Signed-off-by: Anton Blanchard
Cc:
---
Index: linux-powerpc/arch/powerpc/kernel/crash.c
==