Re: [RFC][PATCH] Runtime switching of the idle function [take 2]

From: Andrew Morton
Date: Mon Nov 28 2005 - 23:03:29 EST


Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> On Mon, 2005-11-28 at 19:02 -0800, Andrew Morton wrote:
> > Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> > >
> > > This patch creates a directory in /sys/kernel called idle.
> > >
> >
> > At no point do you appear to explain _why_ the kernel needs this feature?
>
> Sorry about that. This originally came up when we had problems with the
> AMD64 x2 in the -rt patch. It was noted that the TSCs would get very
> far out of sync and cause problems.

Unsynced TSCs are rare, but they happen. I guess even if we were to resync
them, these measurements would screw up.


> The way to solve this was to set
> idle=poll. The original patch I sent was to allow the user to change to
> idle=poll dynamically. This way they could switch to the poll_idle and
> run there tests (requiring tsc not to drift) and then switch back to the
> default idle to save on electricity.

Use gettimeofday()?

If it's just for some sort of instrumentation, run NR_CPUS instances of a
niced-down busyloop, pin each one to a different CPU? That way the idle
function doesn't get called at all..

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/