From: Glauber de Oliveira Costa Date: Fri, 19 Oct 2007 18:35:03 +0000 (+0200) Subject: x86: use descriptor's functions instead of inline assembly X-Git-Tag: v2.6.24-rc1~132^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1c6e7c86ddc366d67f0c5fa77be9b93710037a;p=pandora-kernel.git x86: use descriptor's functions instead of inline assembly This patch provides a new set of functions for managing the descriptor tables that can be used instead of putting the raw assembly in .c files. Remodeling of store_tr() suggested by Frederik Deweerdt. [ tglx: arch/x86 adaptation ] Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed