From: Alexander van Heukelum Date: Wed, 17 Jun 2009 22:35:59 +0000 (+0200) Subject: x86: de-assembler-ize asm/desc.h X-Git-Tag: v2.6.31-rc1~97^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3f5d3dbd576da94a575b1477b8e38551bf11da;p=pandora-kernel.git x86: de-assembler-ize asm/desc.h asm/desc.h is included in three assembly files, but the only macro it defines, GET_DESC_BASE, is never used. This patch removes the includes, removes the macro GET_DESC_BASE and the ASSEMBLY guard from asm/desc.h. Signed-off-by: Alexander van Heukelum Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed