Re: [PATCH v2 4/4] ARM: treewide: Replace uses of virt_to_phys with __pa_symbol

2016-12-08 Thread kbuild test robot
Hi Florian, [auto build test ERROR on linus/master] [also build test ERROR on v4.9-rc8] [cannot apply to arm-soc/for-next next-20161208] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 4/4] ARM: treewide: Replace uses of virt_to_phys with __pa_symbol

2016-12-08 Thread kbuild test robot
Hi Florian, [auto build test ERROR on linus/master] [also build test ERROR on v4.9-rc8] [cannot apply to arm-soc/for-next next-20161208] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v2 4/4] ARM: treewide: Replace uses of virt_to_phys with __pa_symbol

2016-12-08 Thread Florian Fainelli
All low-level PM/SMP code using virt_to_phys() should actually use __pa_symbol() against kernel symbols. Update code where relevant to move away from virt_to_phys(). Signed-off-by: Florian Fainelli --- arch/arm/common/mcpm_entry.c | 12 ++--

[PATCH v2 4/4] ARM: treewide: Replace uses of virt_to_phys with __pa_symbol

2016-12-08 Thread Florian Fainelli
All low-level PM/SMP code using virt_to_phys() should actually use __pa_symbol() against kernel symbols. Update code where relevant to move away from virt_to_phys(). Signed-off-by: Florian Fainelli --- arch/arm/common/mcpm_entry.c | 12 ++-- arch/arm/mach-alpine/platsmp.c