Bug 10197 (header_mistyping)

Summary: maybe one of the two flags has a mistyping description
Product: Platform Specific/Hardware Reporter: antonio (antonio_macchi)
Component: x86-64Assignee: platform_x86_64 (platform_x86_64)
Status: DEFERRED WILL_FIX_LATER    
Severity: low CC: bunk
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.x Subsystem:
Regression: --- Bisected commit-id:

Description antonio 2008-03-07 18:35:29 UTC
Well, it's a very little thing

in the header file /usr/include/asm-i486/cpufeature.h

(...)
#define X86_FEATURE_MCE         (0*32+ 7) /* Machine Check Architecture */
(...)
#define X86_FEATURE_MCA         (0*32+14) /* Machine Check Architecture */
(...)


two flags for the same behavior?
maybe the first one is Machine Check *Exception*
Comment 1 Thomas Gleixner 2008-09-04 12:27:34 UTC
Yup, care to send a patch to LKML ?