From: Jon Medhurst Date: Tue, 21 May 2013 13:40:51 +0000 (+0000) Subject: ARM: Enable selection of SMP operations at boot time X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~47^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b382b940f821784107ca22de3455bb90e4512557;p=pandora-kernel.git ARM: Enable selection of SMP operations at boot time Add a new 'smp_init' hook to machine_desc so platforms can specify a function to be used to setup smp ops instead of having a statically defined value. The hook must return true when smp_ops are initialized. If false the static mdesc->smp_ops will be used by default. Add the definition of "bool" by including the linux/types.h file to asm/mach/arch.h and make it self-contained. Signed-off-by: Jon Medhurst Signed-off-by: Nicolas Pitre Signed-off-by: Stefano Stabellini Signed-off-by: Nicolas Ferre Reviewed-by: Santosh Shilimkar --- Reading git-diff-tree failed