[PATCH v3 6/6] ARM: EXYNOS: Add secure firmware support to secondary CPU bring-up

Russell King - ARM Linux linux at arm.linux.org.uk
Mon Nov 12 04:52:31 EST 2012


On Thu, Oct 25, 2012 at 05:22:40PM +0200, Tomasz Figa wrote:
> @@ -47,6 +48,8 @@ static inline void __iomem *cpu_boot_reg(int cpu)
>  {
>  	void __iomem *boot_reg;
>  
> +	if (!call_firmware_op(cpu_boot_reg, cpu, &boot_reg))
> +		return boot_reg;
>  	boot_reg = cpu_boot_reg_base();

That code makes no sense.



More information about the linux-arm-kernel mailing list