x86/uv: provide a System Activity Indicator driver
authorMike Travis <travis@sgi.com>
Fri, 24 Oct 2008 22:24:29 +0000 (15:24 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 27 Oct 2008 11:40:45 +0000 (12:40 +0100)
commit7f1baa063e2582dd52d83bb31508e9e84468c666
tree7111f53484822e0a95e8a053cd4aad6ddf9b2a41
parent5292ae11babca23c3ff82593630d2d7eebc350a9
x86/uv: provide a System Activity Indicator driver

Impact: start per CPU heartbeat LED timers on SGI UV systems

The SGI UV system has no LEDS but uses one of the system controller
regs to indicate the online internal state of the cpu.  There is a
heartbeat bit indicating that the cpu is responding to interrupts,
and an idle bit indicating whether the cpu is idle when the heartbeat
interrupt occurs.  The current period is one second.

When a cpu panics, an error code is written by BIOS to this same reg.

This patchset provides the following:

  * x86_64: Add base functionality for writing to the specific SCIR's
    for each cpu.

  * heartbeat: Invert "heartbeat" bit to indicate the cpu is
    "interruptible".  If the current thread is the idle thread,
    then indicate system is "idle".

  * if hotplug enabled, all bits are set (0xff) when the cpu is disabled.

Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/uv/uv_hub.h
arch/x86/kernel/genx2apic_uv_x.c