From: Mathieu Desnoyers Date: Tue, 28 Apr 2009 15:13:46 +0000 (-0400) Subject: x86: clean up alternative.h X-Git-Tag: v2.6.31-rc1~419^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc953fa4ebc0265ef3b1754fe116a9fd4264e15;p=pandora-kernel.git x86: clean up alternative.h Alternative header duplicates assembly that could be merged in one single macro. Merging this into this macro also allows to directly declare ALTERNATIVE() statements within assembly code. Uses a __stringify() of the feature bits rather than passing a "i" operand. Leave the old %0 operand as-is (set to 0), unused to stay compatible with API. (v2: tab alignment fixes) [ Impact: cleanup ] Signed-off-by: Mathieu Desnoyers LKML-Reference: <20090428151346.GA31212@Krystal> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed