]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit192f77a6d66097356606df09cbd8152276097e3c
treefd5844a4b425dcccbc51330614d81ee90e9b334f
parentbe7357ab1b7e0b84499c408dec882ba13d72fc26
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