]> git.karo-electronics.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)
committerSimon Glass <sjg@chromium.org>
Fri, 14 Aug 2015 15:50:12 +0000 (09:50 -0600)
commitecfeadabb74452a0d78e6d12de9b63263a4a90c5
tree8b2940dbee2c7a37915166f8a732a5761b91b386
parent57dccb55fc48825db0c125926112af70faabc151
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