From: Tejun Heo Date: Mon, 9 Feb 2009 13:17:40 +0000 (+0900) Subject: x86: use asm .macro instead of cpp #define in entry_32.S X-Git-Tag: v2.6.30-rc1~2^2~50^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d96110f9fd98a1a22e03b8adba69508843d910;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed