]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Set APs' req_seq to the reg number from device tree
authorBin Meng <bmeng.cn@gmail.com>
Mon, 10 Aug 2015 06:58:39 +0000 (23:58 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:21 +0000 (10:23 +0200)
commitdc4b12d5e0077b01e7e778a673a97ba43fc063a6
tree79c91d345aebd40c1e00f60a1b179fd9226e5fa8
parent7aeb00fd48a9ebdb965a8ce4fd590fb4a8f7a7c0
x86: Set APs' req_seq to the reg number from device tree

Multiple APs are brought up simultaneously and they may get the same
seq num in the uclass_resolve_seq() during device_probe(). To avoid
this, set req_seq to the reg number in the device tree in advance.

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