x86: Split up arch_cpu_init()
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:17 +0000 (12:25 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Apr 2015 01:27:41 +0000 (19:27 -0600)
commit161d2e4e5b98310c4910a353e432dbabcb1bd630
tree6517572cb7646121aa1ff6968786fa8e5756bd28
parentd4c671cc2742927d3aef830b3b56e1ca2377c887
x86: Split up arch_cpu_init()

At present we do more in this function than we should. Split out the
post-driver-model part into a separate function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/ivybridge/cpu.c