aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2019-10-21 14:56:42 -0700
committerAndi Kleen <ak@linux.intel.com>2019-10-21 15:57:14 -0700
commit6b6a8a571b5b0967cadbee770bf444f4e8634cca (patch)
tree538497141e2a742ada2d5cc6683fa349cba4a5a0
parente53631f84a181be371c08e0b961180bff77fd2ab (diff)
downloadmcelog-6b6a8a571b5b0967cadbee770bf444f4e8634cca.tar.gz
mcelog: Add Cascade Lake to supported modelsv165
Cascade Lake shares model 0x55 with Skylake. So just need to add the name as an "alias" for this model number. Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>
-rw-r--r--mcelog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcelog.c b/mcelog.c
index 483d52e..ebbe03e 100644
--- a/mcelog.c
+++ b/mcelog.c
@@ -295,6 +295,7 @@ static struct config_choice cpu_choices[] = {
{ "atom", CPU_ATOM },
{ "skylake", CPU_SKYLAKE },
{ "skylake_server", CPU_SKYLAKE_XEON },
+ { "cascadelake_server", CPU_SKYLAKE_XEON },
{ "kabylake", CPU_KABYLAKE },
{ "denverton", CPU_DENVERTON },
{ NULL }