commit | 0a1e8869f453ceda121a1ff8d6c4380832377be7 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Wed Jan 28 23:21:25 2009 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jan 29 14:37:01 2009 +0100 |
tree | e895cb1e5caa7ca2b1542f8de1e056004ea4f512 | |
parent | 2d4d57db692ea790e185656516e6ebe8791f1788 [diff] |
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 <gorcunov@openvz.org> Acked-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Ingo Molnar <mingo@elte.hu>