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

Commit 36312cc9 authored by Runmin Wang's avatar Runmin Wang
Browse files

soc: qcom: gladiator_hang: Increase the max threshold value



Increase the max threshold value so that user has more flexiblity
to tune the value.

CRs-Fixed: 971774
Change-Id: Id6408b7ee6779e95c48bcf9087ea7c87b54d42fd
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent bf1f2607
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2015, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -33,7 +33,7 @@

#define NR_GLA_REG 6
#define MODULE_NAME	"gladiator_hang_detect"
#define MAX_THRES	10000
#define MAX_THRES	0xFFFFFFFF

struct hang_detect {
	phys_addr_t threshold[NR_GLA_REG];