From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41WNph4YjBzDqCq for ; Thu, 19 Jul 2018 16:07:40 +1000 (AEST) In-Reply-To: <1531346584-9157-1-git-send-email-eleon@ele0n.de> To: Daniel Klamt , benh@kernel.crashing.org From: Michael Ellerman Cc: linux-kernel@i4.cs.fau.de, linux-kernel@vger.kernel.org, paulus@samba.org, Daniel Klamt , Bjoern Noetel , linuxppc-dev@lists.ozlabs.org Subject: Re: powerpc: Replaced msleep(x) with msleep(OPAL_BUSY_DELAY_MS) Message-Id: <41WNph2Dpxz9s9F@ozlabs.org> Date: Thu, 19 Jul 2018 16:07:39 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2018-07-11 at 22:03:04 UTC, Daniel Klamt wrote: > 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 Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/9c3250a127901c93b23723dc5859c7 cheers