• J
    [PATCH] x86_64: Support for AMD specific MCE Threshold. · 89b831ef
    Jacob Shin 提交于
    MC4_MISC - DRAM Errors Threshold Register realized under AMD K8 Rev F.
    This register is used to count correctable and uncorrectable ECC errors that occur during DRAM read operations.
    The user may interface through sysfs files in order to change the threshold configuration.
    
    bank%d/error_count - reads current error count, write to clear.
    bank%d/interrupt_enable - set/clear interrupt enable.
    bank%d/threshold_limit - read/write the threshold limit.
    
    APIC vector 0xF9 in hw_irq.h.
    5 software defined bank ids in mce.h.
    new apic.c function to setup threshold apic lvt.
    defaults to interrupt off, count enabled, and threshold limit max.
    sysfs interface created on /sys/devices/system/threshold.
    
    AK: added some ifdefs to make it compile on UP
    Signed-off-by: NJacob Shin <jacob.shin@amd.com>
    Signed-off-by: NAndi Kleen <ak@suse.de>
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    89b831ef
hw_irq.h 3.7 KB