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

2018-04-13 Thread Roger Pau Monné
On Tue, Apr 10, 2018 at 09:16:58PM +0200, Paul Semel wrote: > this function spin sleeps for t nanoseconds > > Signed-off-by: Paul Semel > --- > > Notes: > v4: > - new patch version > > common/time.c | 12 > 1 file changed, 12 insertions(+) > > diff --git a/common/time.c b

[Xen-devel] [PATCH v4 4/7] add nspin_sleep function to time manager

2018-04-10 Thread Paul Semel
this function spin sleeps for t nanoseconds Signed-off-by: Paul Semel --- Notes: v4: - new patch version common/time.c | 12 1 file changed, 12 insertions(+) diff --git a/common/time.c b/common/time.c index 8489f3b..232e134 100644 --- a/common/time.c +++ b/common/time.c @