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

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

Merge "edac: cortex: Use arm64_sbe_handler handler for polling mode"

parents 3e7828ee 0135ec03
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -689,6 +689,7 @@ static irqreturn_t arm64_cci_handler(int irq, void *drvdata)
	return IRQ_HANDLED;
}

#ifndef CONFIG_EDAC_CORTEX_ARM64_DBE_IRQ_ONLY
static void arm64_sbe_handler(struct perf_event *event,
			      struct perf_sample_data *data,
			      struct pt_regs *regs)
@@ -703,6 +704,7 @@ static void arm64_sbe_handler(struct perf_event *event,
	WARN_ON(!panic_on_ce);
	arm64_erp_local_handler(&errdata);
}
#endif

static int request_erp_irq(struct platform_device *pdev, const char *propname,
			   const char *desc, irq_handler_t handler,