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)
commitdf3dc209526e9d8b5636a01cdb5cc0a396742159
tree0bb6ac2908e6df4e2ec4748507b02e43918bd6b9
parentb27347f425f7f3a1047b0eec3b88305fb9021bce
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