From: Donghyeok Choe Date: Tue, 28 Aug 2018 07:33:27 +0000 (+0900) Subject: [ERD][NEUS7920-76] [COMMON] smc: add smc call for FIQ debugger X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=071b25f6c0c58dc53930901dd380f04a10349831;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [ERD][NEUS7920-76] [COMMON] smc: add smc call for FIQ debugger add smc cmd about entering multistage WDT FIQ debugger. Change-Id: Id18b4b720180adf888cfc04623f5e22fd9a25232 Signed-off-by: Donghyeok Choe --- diff --git a/include/linux/smc.h b/include/linux/smc.h index bd6d4211950b..065d7b0e3ef0 100644 --- a/include/linux/smc.h +++ b/include/linux/smc.h @@ -28,6 +28,7 @@ #define SMC_CMD_GET_LOCKUP_REASON (-121) #define SMC_CMD_KERNEL_PANIC_NOTICE (-122) #define SMC_CMD_SET_SEH_ADDRESS (-123) +#define SMC_CMD_LOCKUP_NOTICE (0x8200007C) /* For protecting kernel text area */ #define SMC_CMD_PROTECT_KERNEL_TEXT (-125)