[U-Boot] [PATCH v2 4/5] x86: Move the GDT into global_data
Simon Glass
sjg at chromium.org
Wed Aug 12 05:55:21 CEST 2015
On 10 August 2015 at 20:44, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> arch/x86/cpu/cpu.c | 9 +++++----
> arch/x86/include/asm/global_data.h | 4 +++-
> 2 files changed, 8 insertions(+), 5 deletions(-)
Applied to u-boot-x86
More information about the U-Boot
mailing list