x86: de-assembler-ize asm/desc.h
authorAlexander van Heukelum <heukelum@fastmail.fm>
Wed, 17 Jun 2009 22:35:59 +0000 (00:35 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 18 Jun 2009 04:35:10 +0000 (21:35 -0700)
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 <heukelum@fastmail.fm>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found