x86/hvm: fix arch_set_info_hvm_guest SEG macro
authorRoger Pau Monné <roger.pau@citrix.com>
Wed, 9 Aug 2017 10:18:20 +0000 (11:18 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 9 Aug 2017 10:24:48 +0000 (11:24 +0100)
commitf9c7a0ee87f23ae408a1ac4f948b96f51b911564
tree3daa599c6b483189efca814bf91b2f3a27c54981
parent806e07eecfe3c06811beeac655396e54b1d9fcb5
x86/hvm: fix arch_set_info_hvm_guest SEG macro

Commit 6c9abf0e802 modified the SEG macro in arch_set_info_hvm_guest and
inverted the limit and base fields. Restore the correct order.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/domain.c