]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Allow cpu-x86 driver to be probed for UP
authorBin Meng <bmeng.cn@gmail.com>
Wed, 22 Jul 2015 08:21:12 +0000 (01:21 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:52 +0000 (13:50 +0200)
commitc5d32676682dddf0f0a0b719a3fdab1e69f7aea3
tree6a3b0648e33244a8590b7b04449ef20f55e06088
parent23ca9de51fbf91b7588ebb9dc9d3799ff27d4969
x86: Allow cpu-x86 driver to be probed for UP

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>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/cpu.c