x86: trampoline_64.S - use predefined constants with simplification
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 28 Jan 2009 20:21:25 +0000 (23:21 +0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:37:01 +0000 (14:37 +0100)
commit0a1e8869f453ceda121a1ff8d6c4380832377be7
treee895cb1e5caa7ca2b1542f8de1e056004ea4f512
parent2d4d57db692ea790e185656516e6ebe8791f1788
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>
arch/x86/kernel/trampoline_64.S