
5 Mar
2012
5 Mar
'12
7:12 p.m.
On Mon, Mar 5, 2012 at 2:58 PM, Fabio Estevam festevam@gmail.com wrote:
On Mon, Mar 5, 2012 at 2:52 PM, Tom Rini trini@ti.com wrote:
+int __arch_cpu_init(void) +{
- return 0;
+} +int arch_cpu_init(void)
- __attribute__((weak, alias("__arch_cpu_init")));
Please add <linux/compiler.h> and use __weak instead.
Ok, before I rework this patch I would like to confirm with Albert if I should proceed with this patch series, or if he NACKs this idea.
By "this idea" I mean the removal of CONFIG_ARCH_CPU_INIT.