From: Glauber Costa Date: Wed, 28 May 2008 23:19:53 +0000 (-0700) Subject: x86: move x86_64 gdt closer to i386 X-Git-Tag: v2.6.27-rc1~1106^2~238 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a939098afcfa5f81d3474782ec15c6d114e57763;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed