edac: cortex: Remove WARN_ON messages
Remove warn_on message since the required CPUMERRSR and L2MERRSR info is already printed in the dmesg. Change-Id: I2e93bcd1e84d43bc7a58af0be02d5337d936d4ee Signed-off-by: Runmin Wang <runminw@codeaurora.org>
This commit is contained in:
parent
6c104f8d40
commit
a9a0da48eb
1 changed files with 0 additions and 1 deletions
|
@ -714,7 +714,6 @@ static void arm64_sbe_handler(struct perf_event *event,
|
|||
errdata.err = SBE;
|
||||
edac_printk(KERN_CRIT, EDAC_CPU, "ARM64 CPU ERP: Single-bit error interrupt received on CPU %d!\n",
|
||||
cpu);
|
||||
WARN_ON(!panic_on_ce);
|
||||
arm64_erp_local_handler(&errdata);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue