commit | 2027f2b1e8a3cae3712a8b9f7db46d0a95c8dcc3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 28 20:25:15 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 21:02:34 2015 -0600 |
tree | fe344edf3466a1a6a2664d7ae99f968fa923c41d | |
parent | db139ab8ca85c63f902531b4e9b177eee88b1c78 [diff] |
x86: Store the GDT pointer in global_data When we start up additional CPUs we want them to use the same Global Descriptor Table. Store the address of this in global_data so we can reference it later. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>