Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 719afa89 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: Remove ECC check in do_bad" into kernel.lnx.4.14.r1

parents 2f329195 4a66b109
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
#include <asm/system_misc.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/kryo-arm64-edac.h>
#include <soc/qcom/scm.h>

#include <acpi/ghes.h>
@@ -642,7 +641,6 @@ static int do_alignment_fault(unsigned long addr, unsigned int esr,
 */
static int do_bad(unsigned long addr, unsigned int esr, struct pt_regs *regs)
{
	kryo_poll_cache_errors(NULL);
	return 1;
}