Re: [PATCH 1/1] SGI X86 UV: Provide a System Activity Indicatordriver

From: Ingo Molnar
Date: Mon Sep 22 2008 - 07:48:56 EST



* Mike Travis <travis@xxxxxxx> wrote:

> arch/x86/kernel/genx2apic_uv_x.c | 138 +++++++++++++++++++++++++++++++++++++++
> include/asm-x86/uv/uv_hub.h | 62 +++++++++++++++++

hm, why is this in genx2apic_uv_x.c, not a separate file?

> + idle_notifier_register(&uv_idle_notifier);

no, we really dont want such overhead in an idle notifier. (those
interfaces will go away)

As i suggested in my previous mail about this topic, a low-frequency
sampling method should be used instead, to indicate system status. I
thought the leds drivers have all that in place already.

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/