x86: use asm .macro instead of cpp #define in entry_32.S
authorTejun Heo <tj@kernel.org>
Mon, 9 Feb 2009 13:17:40 +0000 (22:17 +0900)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Feb 2009 23:41:57 +0000 (00:41 +0100)
commitf0d96110f9fd98a1a22e03b8adba69508843d910
treefd5844a4b425dcccbc51330614d81ee90e9b334f
parentd627ded5ab2f7818154d57369e3a8cdb40db2569
x86: use asm .macro instead of cpp #define in entry_32.S

Impact: cleanup

Use .macro instead of cpp #define where approriate.  This cleans up
code and will ease future changes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_32.S