From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:31:14 +0000 (+0100) Subject: x86: unify non-paravirt parts of desc.h X-Git-Tag: v2.6.25-rc1~1143^2~598 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=881c2975d02b6575c417a6eee40868d60a9ecba9;p=pandora-kernel.git x86: unify non-paravirt parts of desc.h This patch unifies the non-paravirt part of desc_{32,64}.h into desc.h. Most of it, is simply common code, that is moved to the shared header. The only exception is the set_ldt_desc in desc_64.h, which is changed - included its name - to accomodate for the way the ldt is set up in i386. Also, constant definitions used in desc_32.h are moved to desc_defs.h Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed