commit | 17dbe89534e31f26d86a3d0a19e85fe22bc528b6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Mar 06 19:28:22 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Mar 17 10:27:23 2016 +0800 |
tree | 5cf91b525b03a746670b8b3bbed9f4331b74ece2 | |
parent | 7f3ccae5f6ee96c1569b672e0ed5251d6ce8ed74 [diff] |
x86: Tidy up mp_init to reduce duplication The timeout step is always 50us. By updating apic_wait_timeout() to print the debug messages we can simplify the code. Also tidy up a few messages and comments while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>