diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2018-05-01 00:55:45 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-24 22:09:55 +1000 |
commit | 36d2dabc8762f1f4118f80d85049958390f061a8 (patch) | |
tree | d50f769f534f814b169e31c0964d9ba56945dd5b /.clang-format | |
parent | bd90284cc6c1c9e8e48c8eadd0c79574fcce0b81 (diff) | |
download | op-kernel-dev-36d2dabc8762f1f4118f80d85049958390f061a8.zip op-kernel-dev-36d2dabc8762f1f4118f80d85049958390f061a8.tar.gz |
powerpc/powernv: Fix OPAL console driver OPAL_BUSY loops
The OPAL console driver does not delay in case it gets OPAL_BUSY or
OPAL_BUSY_EVENT from firmware.
It can't yet be made to sleep because it is called under spinlock,
but it can be changed to the standard OPAL_BUSY loop form, and a
delay added to keep it from hitting the firmware too frequently.
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions