commit | 3ce5fa7ebff74b6a4dc5fdcdc22e6979f5a4ff85 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Wed Mar 04 15:26:00 2009 -0800 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Mon Mar 30 09:25:25 2009 -0700 |
tree | d6f35ab3b371e490fcc35d2e0990217a648d1bab | |
parent | 6ed6bf428aff64fe37cdc54b239d598fee6016f1 [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>