From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:31:12 +0000 (+0100) Subject: x86: unify struct desc_ptr X-Git-Tag: v2.6.25-rc1~1143^2~610 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b68f01baa810e9f63fbf39e9d5c3ef1d94a966f;p=pandora-kernel.git x86: unify struct desc_ptr This patch unifies struct desc_ptr between i386 and x86_64. They can be expressed in the exact same way in C code, only having to change the name of one of them. As Xgt_desc_struct is ugly and big, this is the one that goes away. There's also a padding field in i386, but it is not really needed in the C structure definition. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed