xen: make xen_load_gdt simpler
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 4 Mar 2009 23:26:00 +0000 (15:26 -0800)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Wed, 8 Apr 2009 18:51:45 +0000 (11:51 -0700)
commita957fac50023eac09368ab19d3a7ec725c2657c3
tree89ea5e4caa1f849ce4618907bcdb11958e7651f5
parentc7da8c829b3f919089ff021d6ddc376d38299729
xen: make xen_load_gdt simpler

Remove use of multicall machinery which is unused (gdt loading
is never performance critical).  This removes the implicit use
of percpu variables, which simplifies understanding how
the percpu code's use of load_gdt interacts with this code.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/xen/enlighten.c