x86/pv: Move compat_set_gdt() to be beside do_set_gdt()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 3 Oct 2017 15:30:01 +0000 (15:30 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 1 Dec 2017 19:03:27 +0000 (19:03 +0000)
commit58a5ee51ed1832e96c217b11568ac4b279c2e70d
treec4488c3bb756891dc772e164687762103af4b872
parent6dab6c583ead41646428aa693dad85b916751083
x86/pv: Move compat_set_gdt() to be beside do_set_gdt()

This also makes the do_update_descriptor() pair of functions adjacent.

Purely code motion; no functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/pv/descriptor-tables.c