Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> writes: > From: Zhangfei Gao <zhangfei.gao@xxxxxxxxxx> > > Enable SMP support on hi3xxx platform > > Signed-off-by: Zhangfei Gao <zhangfei.gao@xxxxxxxxxx> > Tested-by: Zhang Mingjun <zhang.mingjun@xxxxxxxxxx> > Tested-by: Li Xin <li.xin@xxxxxxxxxx> > Signed-off-by: Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> This one has checkpatch errors too: ERROR: do not initialise statics to 0 or NULL #267: FILE: arch/arm/mach-hi3xxx/platsmp.c:20: +static void __iomem *ctrl_base = NULL; ERROR: space prohibited before that close parenthesis ')' #282: FILE: arch/arm/mach-hi3xxx/platsmp.c:35: + return readl_relaxed(ctrl_base + ((cpu - 1 ) << 2)); I fixed these up locally too, but my generosity is running out. Kevin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html