[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100626214359.GA1773@elf.ucw.cz>
Date: Sat, 26 Jun 2010 23:43:59 +0200
From: Pavel Machek <pavel@....cz>
To: Daniel Walker <dwalker@...eaurora.org>
Cc: Patrick Pannuto <ppannuto@...eaurora.org>,
linux-kernel@...r.kernel.org, sboyd@...eaurora.org,
tglx@...utronix.de, mingo@...e.hu, heiko.carstens@...ibm.com,
eranian@...gle.com, schwidefsky@...ibm.com,
linux-arm-msm@...r.kernel.org
Subject: Re: [RFC] [PATCH] timer: Added usleep[_range][_interruptable] timer
Hi!
> > Yes, this test was leftover from a different project that involved refactoring
> > timers, so it was available and easy. My guess for the reduction in number of
> > wakeups is that the processor is able to do other work during the 100us it was
> > previously busy-waiting, and thus had to wake up less often.
>
> As I said in the prior email the udelay()'s don't preclude other types
> of work since you can get preempted.
Yes, you can get preempted, but you'll still spin in the tight loop
counting...
So it does not preclude other task, but then you'll spin
unneccessarily.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists