On Mon, 2005-08-29 at 18:57 +0100, Nick Warne wrote: > Hi all, > > I built and installed 2.6.13 today, and oldconfig revealed the new option for > timer frequency. > > I searched the LKML on this, but all I found is the technical stuff - not > really any layman solutions. > > Two n00b questions here: > > What does this do/what is it for? >
Selects the frequency of the timer interrupt. This controls the timing resolution of system calls. So previously poll/select could be used with a 1ms timeout. Now with the default settings it can only do 4ms. > I selected default, 250Hz. If this is now an option, what was it before? The previous value was 1000HZ. And yes, changing the default from 1000 to 250 breaks the expected "make oldconfig" behavior. Lots of people are not happy about it, but were overruled by Linus. Lee - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/