]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Move the GDT into global_data
authorSimon Glass <sjg@chromium.org>
Tue, 11 Aug 2015 02:44:31 +0000 (20:44 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:21 +0000 (10:23 +0200)
commit5f27eb51ae61846570ae46ae12afbaf850191415
tree56cfc0fde57167e511ed39eed5c4f7d76f64fe70
parente698349ee442c40521d5f9e9ceaca2ba28e8d4e6
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>
arch/x86/cpu/cpu.c
arch/x86/include/asm/global_data.h