From: Jeremy Fitzhardinge Date: Wed, 18 Jul 2007 01:37:07 +0000 (-0700) Subject: xen: Place vcpu_info structure into per-cpu memory X-Git-Tag: v2.6.23-rc1~498^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60223a326fc8fa6e90e2c3fd28ae6de4a311d731;p=pandora-kernel.git 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 Cc: Chris Wright Cc: Keir Fraser --- Reading git-diff-tree failed