• Andi Kleen's avatar
    x86, mce, cmci: factor out threshold interrupt handler · b2762686
    Andi Kleen authored
    Impact: cleanup; preparation for feature
    
    The mce_amd_64 code has an own private MC threshold vector with an own
    interrupt handler. Since Intel needs a similar handler
    it makes sense to share the vector because both can not
    be active at the same time.
    
    I factored the common APIC handler code into a separate file which can
    be used by both the Intel or AMD MC code.
    
    This is needed for the next patch which adds an Intel specific
    CMCI handler.
    
    This patch should be a nop for AMD, it just moves some code
    around.
    Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
    Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
    b2762686
Makefile 277 Bytes