Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc/kdump: Fix timeout in crash_kexec_wait_realmode
The existing code it pretty ugly. How about we clean it up even more like this? From: Anton Blanchard <[email protected]> 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 <[email protected]> Signed-off-by: Michael Neuling <[email protected]> Cc: <[email protected]> Signed-off-by: Benjamin Herrenschmidt <[email protected]>
- Loading branch information