x86: mp_init: Switch parameter names in start_aps()
authorSimon Glass <sjg@chromium.org>
Fri, 17 Jul 2020 14:48:10 +0000 (08:48 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 20 Jul 2020 01:46:43 +0000 (09:46 +0800)
commit3a5752ccff5a8ee2952d0d81387f32825b73756e
tree219291416c9cdd3a17c246d782b9a5a07625eec6
parente624858407039ffeb4e4007bb2677d8e4fa6536c
x86: mp_init: Switch parameter names in start_aps()

These parameters are named differently from elsewhere in this file. Switch
them to avoid confusion.

Also add comments to this function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
arch/x86/cpu/mp_init.c