]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS5: Fix kernel dump in AFTR idle mode
authorInderpal Singh <inderpal.singh@linaro.org>
Mon, 29 Apr 2013 11:31:47 +0000 (17:01 +0530)
committerOlof Johansson <olof@lixom.net>
Thu, 9 May 2013 20:22:22 +0000 (13:22 -0700)
commit6c1859179a202e6e70d4ba5543f98d526d503b7c
tree850dade2877e701b854ea6d03a92ff77617f984d
parente2bba8066bc8938fd25196c40832d543c9a716e4
ARM: EXYNOS5: Fix kernel dump in AFTR idle mode

The kernel crashes while resuming from AFTR idle mode. It happens
because L2 cache was not going into retention state.

This patch configures the USE_RETENTION bit of ARM_L2_OPTION register
so that it does not depend on MANUAL_L2RSTDISABLE_CONTROL of
ARM_COMMON_OPTION register for L2RSTDISABLE signal.

Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
Tested-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-exynos/include/mach/regs-pmu.h
arch/arm/mach-exynos/pmu.c