Re: [PATCH -rt] fix setting of preempt_max_latency and preempt_thresh on 64 bit systems

From: Ingo Molnar
Date: Tue Mar 27 2007 - 15:16:52 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> Ingo,
>
> I wasn't able to turn on latency tracing on a x86_64 box. Using logdev
> to see what was happening, I found that echoing 0 into
> /proc/sys/kernel/preempt_max_latency would only change the max from
> -1ULL to 0xffffffff00000000. Which would keep the max pretty high
> still.

ah! This should explain Roland Dreier's report about tracing not working
on x86_64.

> The problem is in sysctl.c where preempt_max_latency can be modified.
> On systems where cycle_t is greater than the size of int (x86_64) we
> only write to the 4 LSB.
>
> Here's the patch:

thanks, applied.

Ingo
-
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/