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

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

Merge "EDAC: arm64: Fix CPUMERRSR_EL1 truncation"

parents 91d108a0 12f030ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ static const struct errors_edac errors[] = {
})

#define read_cpumerrsr_el1 ({						\
	u32 __val;							\
	u64 __val;							\
	asm("mrs %0, s3_1_c15_c2_2" : "=r" (__val));			\
	__val;								\
})