[PATCH v2 08/17] omap: mailbox: only compile for configured archs

Kanigeri, Hari h-kanigeri2 at ti.com
Fri May 14 17:27:22 EDT 2010


> 
> -	if (cpu_is_omap3430()) {
> +	if (false);

-- Is this statement needed ?

> +#if defined(CONFIG_ARCH_OMAP3430)
> +	else if (cpu_is_omap3430()) {
>  		list = omap3_mboxes;
> 
>  		list[0]->irq = res[1].start;

Thank you,
Best regards,
Hari
  	



More information about the linux-arm-kernel mailing list