Re: [Xen-devel] [PATCH v4 5/7] add spin_sleep function to time manager

2018-04-13 Thread Roger Pau Monné
On Tue, Apr 10, 2018 at 09:16:59PM +0200, Paul Semel wrote: > this function uses nspin_sleep to spin sleep for t seconds IMO you can squash this into the previous patch. > Signed-off-by: Paul Semel > --- > > Notes: > v4: > - new patch version > > common/time.c | 6 ++ > 1 file cha

[Xen-devel] [PATCH v4 5/7] add spin_sleep function to time manager

2018-04-10 Thread Paul Semel
this function uses nspin_sleep to spin sleep for t seconds Signed-off-by: Paul Semel --- Notes: v4: - new patch version common/time.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/common/time.c b/common/time.c index 232e134..87db124 100644 --- a/common/time.c +++ b/common/t