From: Tomasz Figa Date: Mon, 17 Mar 2014 22:28:09 +0000 (+0900) Subject: ARM: EXYNOS: Do not resume l2x0 if not enabled before suspend X-Git-Tag: v3.15-rc1~74^2~2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61557b8bac9c80a5c14d237d420c246703e5c2e2;p=pandora-kernel.git ARM: EXYNOS: Do not resume l2x0 if not enabled before suspend Trying to resume l2x0 if it was not enabled before suspend leads to system crash. This patch prevents this by checking if l2x0_regs_phys is a valid pointer to l2x0 context data saved on initialization. Signed-off-by: Tomasz Figa Acked-by: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed