]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb3668facadc80436bea87abf5884dccb1c92cc5e
tree219291416c9cdd3a17c246d782b9a5a07625eec6
parent96d0eadb0bcd9dafa1e752cd271b1d89216599e8
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