commit | 2db937456114d964e814f8cc25131e3b2c641b49 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 20:44:31 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 09:50:10 2015 -0600 |
tree | 34a1da74ebec34a753ed9c7387ffcb4bcb82aaf5 | |
parent | 1fed87db6a6a2eea7f93667e98db41e258b9c8f0 [diff] |
x86: Move the GDT into global_data Rather than keeping track of the Global Descriptor Table in its own memory we may as well put it in global_data with everything else. As a first step, stop using the separately allocated GDT. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>