commit | a939098afcfa5f81d3474782ec15c6d114e57763 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Wed May 28 16:19:53 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Jul 08 12:48:16 2008 +0200 |
tree | 62c21fb10d6b58dc8247c34e68ab5562e045b8d0 | |
parent | 736f12bff9d9e7b4e895c64f73b190c8383fc2a1 [diff] |
x86: move x86_64 gdt closer to i386 i386 and x86_64 used two different schemes for maintaining the gdt. With this patch, x86_64 initial gdt table is defined in a .c file, same way as i386 is now. Also, we call it "gdt_page", and the descriptor, "early_gdt_descr". This way we achieve common naming, which can allow for more code integration. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>