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

Commit fcd20309 authored by Pratik Patel's avatar Pratik Patel
Browse files

soc: qcom: watchdog_v2: update cpu context dump buffer size



Increase cpu context dump buffer size to accommodate dumping of
neon and debug registers as part of the cpu context dump.

Change-Id: I80b6299b151f063f2b377aa816a21c476948201a
Signed-off-by: default avatarPratik Patel <pratikp@codeaurora.org>
parent 810f6916
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
#define MASK_SIZE		32
#define SCM_SET_REGSAVE_CMD	0x2
#define SCM_SVC_SEC_WDOG_DIS	0x7
#define MAX_CPU_CTX_SIZE	1024
#define MAX_CPU_CTX_SIZE	2048

static struct workqueue_struct *wdog_wq;
static struct msm_watchdog_data *wdog_data;