commit | a957fac50023eac09368ab19d3a7ec725c2657c3 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Wed Mar 04 15:26:00 2009 -0800 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Wed Apr 08 11:51:45 2009 -0700 |
tree | 89ea5e4caa1f849ce4618907bcdb11958e7651f5 | |
parent | c7da8c829b3f919089ff021d6ddc376d38299729 [diff] |
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>