Re: [PATCH] powerpc/powernv: Only delay opal_rtc_read() retry when necessary

2015-12-20 Thread Stewart Smith
Michael Neuling writes: > Only delay opal_rtc_read() when busy and are going to retry. > > This has the advantage of possibly saving a massive 10ms off booting! > > Kudos to Stewart for noticing. > > Signed-off-by: Michael Neuling Reviewed-by: Stewart Smith ___

[PATCH] powerpc/powernv: Only delay opal_rtc_read() retry when necessary

2015-12-18 Thread Michael Neuling
Only delay opal_rtc_read() when busy and are going to retry. This has the advantage of possibly saving a massive 10ms off booting! Kudos to Stewart for noticing. Signed-off-by: Michael Neuling diff --git a/arch/powerpc/platforms/powernv/opal-rtc.c b/arch/powerpc/platforms/powernv/opal-rtc.c i