commit | 60223a326fc8fa6e90e2c3fd28ae6de4a311d731 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@xensource.com> | Tue Jul 17 18:37:07 2007 -0700 |
committer | Jeremy Fitzhardinge <jeremy@goop.org> | Wed Jul 18 08:47:45 2007 -0700 |
tree | cf4e667a56402b846488373bfaf5bf840395e219 | |
parent | 3e2b8fbeec8f005672f2a2e862fb9c26a0bafedc [diff] |
xen: Place vcpu_info structure into per-cpu memory An experimental patch for Xen allows guests to place their vcpu_info structs anywhere. We try to use this to place the vcpu_info into the PDA, which allows direct access. If this works, then switch to using direct access operations for irq_enable, disable, save_fl and restore_fl. Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Cc: Chris Wright <chrisw@sous-sol.org> Cc: Keir Fraser <keir@xensource.com>