6f845ebec2
On pseries, TLB multihit are reported as D-Cache Multihit. This is because
the wrongly populated mc_err_types[] array. Per PAPR, TLB error type is 0x04
and mc_err_types[4] points to "D-Cache" instead of "TLB" string. Fixup the
mc_err_types[] array.
Machine check error type per PAPR:
0x00 = Uncorrectable Memory Error (UE)
0x01 = SLB error
0x02 = ERAT Error
0x04 = TLB error
0x05 = D-Cache error
0x07 = I-Cache error
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
cmm.c | ||
dlpar.c | ||
dtl.c | ||
eeh_pseries.c | ||
event_sources.c | ||
firmware.c | ||
hotplug-cpu.c | ||
hotplug-memory.c | ||
hvCall.S | ||
hvCall_inst.c | ||
hvconsole.c | ||
hvcserver.c | ||
ibmebus.c | ||
io_event_irq.c | ||
iommu.c | ||
kexec.c | ||
lpar.c | ||
lparcfg.c | ||
mobility.c | ||
msi.c | ||
nvram.c | ||
of_helpers.c | ||
of_helpers.h | ||
offline_states.h | ||
papr_scm.c | ||
pci.c | ||
pci_dlpar.c | ||
pmem.c | ||
power.c | ||
pseries.h | ||
pseries_energy.c | ||
ras.c | ||
reconfig.c | ||
rng.c | ||
scanlog.c | ||
setup.c | ||
smp.c | ||
suspend.c | ||
vio.c |