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

Commit 42d4b3d3 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 on SDM845"

parents 4a335634 5aecd1d6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@
#include <asm/system_misc.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/kryo3xx-arm64-edac.h>
#include <soc/qcom/scm.h>

struct fault_info {
@@ -521,7 +520,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)
{
	kryo3xx_poll_cache_errors(NULL);
	return 1;
}