From: Gregory CLEMENT Date: Wed, 23 Jul 2014 13:00:44 +0000 (+0200) Subject: ARM: mvebu: use a local variable to store the resume address X-Git-Tag: omap-for-v3.17/fixes-against-rc2~122^2~8^2~3^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752a99377673cd251517623df138ca3c5b8fe772;p=pandora-kernel.git ARM: mvebu: use a local variable to store the resume address The resume address used by the cpuidle code will not always be the same depending on the SoC. Using a local variable to store the resume address allows to keep the same function for the PM notifier but with a different address. This address will be set during the initialization of the cpuidle logic in pmsu.c. Signed-off-by: Gregory CLEMENT Signed-off-by: Thomas Petazzoni Link: https://lkml.kernel.org/r/1406120453-29291-8-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper --- Reading git-diff-tree failed