From 12306ee73b4b3064afca62c4658561c4f116e3fe Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 3 Aug 2017 07:49:35 +0200 Subject: [PATCH] add address of the CMCI register --- arch/x86/include/asm/apic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index c613c11b6..b679a06e0 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h @@ -48,6 +48,8 @@ extern "C" { #define APIC_SVR 0x00F0 /// Error Status Register #define APIC_ESR 0x0280 +/// Corrected Machine-Check Error Interrupt Register +#define APIC_CMCI 0x02F0 /// Interrupt Command Register [bits 0-31] #define APIC_ICR1 0x0300 /// Interrupt Command Register [bits 32-63]