]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite1fdf4db8013180b47863a96c30d7d45b445344f
tree0e36e382c44a9abf94f73accf25580f5612794f5
parentc8e49012ec5c53ce951047b09b55ba91a8cf2a03
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>
arch/x86/include/asm/desc.h
arch/x86/kernel/entry_32.S
arch/x86/kernel/head_32.S
arch/x86/kernel/head_64.S