]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Drop unnecessary mp_init logic
authorSimon Glass <sjg@chromium.org>
Thu, 17 Dec 2020 04:20:22 +0000 (21:20 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 03:32:21 +0000 (20:32 -0700)
commita131d5ea7bb987d121242456affe938642fe9645
tree0bb6ac2908e6df4e2ec4748507b02e43918bd6b9
parent933c25af75c21c6497162fdc82d0f70296d83d50
x86: Drop unnecessary mp_init logic

Now that sequence numbers are set up when devices are bound, this code is
not needed. Also, we should use dev_seq() instead of req_seq. Update the
whole file accordingly.

Also fix up APL cpu while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/apollolake/cpu.c
arch/x86/cpu/mp_init.c
arch/x86/include/asm/mp.h