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

Commit 08c13671 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

arm64: Update ID of SCM_TLB_CONFLICT_CMD



Original scm id of 0x1B is being used for another purpose on SDM845.
Update to new ID being defined for SCM_TLB_CONFLICT_CMD.

Change-Id: I6db4c5f1bf357b940e59d973959c705f5d001dcd
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
Signed-off-by: default avatarVenkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
parent d99faaa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -606,7 +606,7 @@ static int do_tlb_conf_fault(unsigned long addr,
				unsigned int esr,
				struct pt_regs *regs)
{
#define SCM_TLB_CONFLICT_CMD	0x1B
#define SCM_TLB_CONFLICT_CMD	0x1F
	struct scm_desc desc = {
		.args[0] = addr,
		.arginfo = SCM_ARGS(1),