commit | 38c326d041218e65d156ce3dd3bfee39e73ceffa | [log] [tgz] |
---|---|---|
author | Aaron Durbin <adurbin@chromium.org> | Mon May 06 12:22:23 2013 -0500 |
committer | Ronald G. Minnich <rminnich@gmail.com> | Tue May 14 05:24:18 2013 +0200 |
tree | c48354cbb88efd809a37bb1d397ee76108ab68ec | |
parent | 4409a5eef6d1d669caad1bfe3fbefee87ea7734e [diff] |
x86: add thread support Thread support is added for the x86 architecture. Both the local apic and the tsc udelay() functions have a call to thread_yield_microseconds() so as to provide an opportunity to run pending threads. Change-Id: Ie39b9eb565eb189676c06645bdf2a8720fe0636a Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/3207 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>