commit | bc3f5d3dbd576da94a575b1477b8e38551bf11da | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Thu Jun 18 00:35:59 2009 +0200 |
committer | H. Peter Anvin <hpa@zytor.com> | Wed Jun 17 21:35:10 2009 -0700 |
tree | 0e36e382c44a9abf94f73accf25580f5612794f5 | |
parent | dc4c2a0aed3b09f6e255bd5c3faa50fe6e0b2ded [diff] |
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 <heukelum@fastmail.fm> Signed-off-by: H. Peter Anvin <hpa@zytor.com>