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

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

Merge "soc: qcom: gladiator_hang: Increase the max threshold value"

parents 948d3994 36312cc9
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];