
30 Apr
2015
30 Apr
'15
6:22 a.m.
On 28 April 2015 at 20:25, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
arch/x86/cpu/cpu.c | 1 + arch/x86/include/asm/global_data.h | 1 + 2 files changed, 2 insertions(+)
Applied to u-boot-x86.