msm: Kconfig: Update L1 ERP help text

The help text for the L1 error reporting option was not
updated when that option's behavior was changed.
Specifically, TLB multi-hit conditions will no longer
result in a kernel panic even if L1 error panic is enabled.

Change-Id: If5ad5824c05b1f93fc78a9979fda6d966b501291
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
This commit is contained in:
Stepan Moskovchenko
2012-04-30 14:53:16 -07:00
parent 6482c439b0
commit 1b0c1740e4

View File

@@ -2197,12 +2197,12 @@ config MSM_CACHE_ERP
For production builds, you should probably say 'N' here. For production builds, you should probably say 'N' here.
config MSM_L1_ERR_PANIC config MSM_L1_ERR_PANIC
bool "Panic on L1 cache / TLB errors" bool "Panic on L1 cache errors"
depends on MSM_CACHE_ERP depends on MSM_CACHE_ERP
help help
To cause the kernel to panic whenever an L1 cache or TLB error is To cause the kernel to panic whenever an L1 cache error is detected, say
detected, say 'Y' here. This may be useful as a debugging technique if 'Y' here. This may be useful as a debugging technique if general system
general system instability is suspected. instability is suspected.
For production builds, you should probably say 'N' here. For production builds, you should probably say 'N' here.