commit | 2254e34c3fe5b2545dcad06774a426b2f881a090 | [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 | fde467772b763d9f3a4252e49af18957f0a0dfa3 [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>