
22 Jul
2015
22 Jul
'15
3:22 p.m.
On 22 July 2015 at 02:21, Bin Meng bmeng.cn@gmail.com wrote:
Currently cpu-x86 driver is probed only for SMP. We add the same support for UP when there is only one cpu node in the deive tree.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v3:
- Remove the call to device_probe()
- Add a comment to explain why return value is not checked
Changes in v2:
- New patch to allow cpu-x86 driver to be probed for UP
arch/x86/cpu/cpu.c | 9 +++++++++ 1 file changed, 9 insertions(+)
Acked-by: Simon Glass sjg@chromium.org