[PATCH v4 15/15] ARM: vexpress: Select multi-cluster SMP operation if required
Russell King - ARM Linux
linux at arm.linux.org.uk
Tue Apr 23 15:42:37 EDT 2013
On Tue, Feb 05, 2013 at 12:22:12AM -0500, Nicolas Pitre wrote:
> +void __init vexpress_smp_init_ops(void)
> +{
> + struct smp_operations *ops = &vexpress_smp_ops;
> +#ifdef CONFIG_CLUSTER_PM
> + extern struct smp_operations mcpm_smp_ops;
> + if(of_find_compatible_node(NULL, NULL, "arm,cci"))
> + ops = &mcpm_smp_ops;
Hmm, so these patches haven't been subjected to checkpatch treatment?
As a seasoned kernel programmer, I'm surprised you haven't checked that
already.
More information about the linux-arm-kernel
mailing list