On Thu, 12 Jul 2018 15:46:06 +1000
Michael Ellerman wrote:
> Daniel Klamt writes:
>
> > Replaced msleep(x) with with msleep(OPAL_BUSY_DELAY_MS)
> > to diocument these sleep is to wait for opal.
> >
> > Signed-off-by: Daniel Klamt
> > Signed-off-by: Bjoern Noetel
>
> Thanks.
>
> Your chang
Daniel Klamt writes:
> Replaced msleep(x) with with msleep(OPAL_BUSY_DELAY_MS)
> to diocument these sleep is to wait for opal.
>
> Signed-off-by: Daniel Klamt
> Signed-off-by: Bjoern Noetel
Thanks.
Your change log should be in the imperative mood, see:
https://git.kernel.org/pub/scm/git/g
Replaced msleep(x) with with msleep(OPAL_BUSY_DELAY_MS)
to diocument these sleep is to wait for opal.
Signed-off-by: Daniel Klamt
Signed-off-by: Bjoern Noetel
---
arch/powerpc/sysdev/xive/native.c | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/arc