From: Glauber de Oliveira Costa Date: Wed, 30 Jan 2008 12:31:20 +0000 (+0100) Subject: x86: avoid ifdefs in desc.h, getting rid of pack_ldt and pack_tss X-Git-Tag: v2.6.25-rc1~1143^2~577 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e0eba1b133192e298052d616e9e17356d32517;p=pandora-kernel.git x86: avoid ifdefs in desc.h, getting rid of pack_ldt and pack_tss By Andi Kleen's suggestion, this patch removes pack_ldt() and pack_tss() wrappers in favour of a general wrapper. It saves us an ifdef and some lines of code, but more importantly, it's more elegant. No functional change is made, although the object code is expected to be different. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed