commit | a6c9fd4da06f2893026e900401128ef9db6a4a2a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 08:48:11 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 20 09:46:43 2020 +0800 |
tree | d28d72ed0ff75567976459e508968f6d59417bcd | |
parent | 3a5752ccff5a8ee2952d0d81387f32825b73756e [diff] |
x86: mp_init: Drop the num_cpus static variable This does not need to be global across all functions in this file. Pass a parameter instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>