I was working on compiling my first x86_64 kernel when I noticed that
I could not find the "NO_HZ" (tickless) clock option.

On my x86_64 kernel, I noticed that intel's "powertop" shows a high
rate of clock ticks compared to the ia32 kernel (which was as low
as <20/second).  But on the _64 kernel, I'm getting over 70 wakeups-from-idle
per second.  Does the "NO_HZ" option not work on x86_64?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to