From: Rusty Russell Date: Wed, 2 May 2007 17:27:11 +0000 (+0200) Subject: [PATCH] i386: cleanup GDT Access X-Git-Tag: v2.6.22-rc1~1011^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fbb5968810b237e81977f131986b9efd5245368;p=pandora-kernel.git [PATCH] i386: cleanup GDT Access Now we have an explicit per-cpu GDT variable, we don't need to keep the descriptors around to use them to find the GDT: expose cpu_gdt directly. We could go further and make load_gdt() pack the descriptor for us, or even assume it means "load the current cpu's GDT" which is what it always does. Signed-off-by: Rusty Russell Signed-off-by: Andi Kleen Cc: Andi Kleen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed