From: Cyrill Gorcunov Date: Wed, 28 Jan 2009 20:21:25 +0000 (+0300) Subject: x86: trampoline_64.S - use predefined constants with simplification X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^5~3^3~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1e8869f453ceda121a1ff8d6c4380832377be7;p=pandora-kernel.git x86: trampoline_64.S - use predefined constants with simplification Impact: cleanup We may use macros from processor-flags.h instead of hardcoding bits. Actually it's not direct mapping of old instructions with new ones -- BTS does change CF flag while MOV does not. But i didn't find any dependency on CF in this code. Signed-off-by: Cyrill Gorcunov Acked-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed