Re: [GIT pull] timer fixes for 2.6.27

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jochen Voß
Date: Saturday, September 6, 2008 - 3:20 pm

Hi,

2008/9/6 Thomas Gleixner <tglx@linutronix.de>:
I made some comments about this patch which were never answered:

    http://lkml.org/lkml/2008/8/23/28

Not sure whether this was because they were irrelevant or overlooked.
Just to make sure, I replicate them below:

The brackets arout value2 are not needed and look strange.

300*10000 microseconds seems like a long time to me.  Is this the
intended maximal delay?

If the inner loop runs out once, you alreay know that you will later
abort here.  Maybe move the check directly after the inner loop to
avoid the additional delay (10*10000*300 microseconds = 30 seconds) in
case of failure?


I hope this helps,
Jochen
-- 
http://seehuhn.de/
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT pull] timer fixes for 2.6.27, Thomas Gleixner, (Sat Sep 6, 8:10 am)
Re: [GIT pull] timer fixes for 2.6.27, Jochen Voß, (Sat Sep 6, 3:20 pm)