aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/shadow.h
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2006-11-23 17:44:12 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2006-11-23 17:44:12 +0000
commit08f6effd42e99aef744f59b738d3e66628befeb7 (patch)
treed1f3409b338b55ac327195d95bcb3c31fbfc7f35 /xen/include/asm-x86/shadow.h
parent63a54d2cb36f030d34832de059b4b559c673ff3c (diff)
downloadxen-08f6effd42e99aef744f59b738d3e66628befeb7.tar.gz
xen-08f6effd42e99aef744f59b738d3e66628befeb7.tar.bz2
xen-08f6effd42e99aef744f59b738d3e66628befeb7.zip
[XEN] Don't call domain_crash_synchronous() with shadow lock held.
Call domain_crash() and propagate an error to the caller instead. Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/shadow.h')
-rw-r--r--xen/include/asm-x86/shadow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xen/include/asm-x86/shadow.h b/xen/include/asm-x86/shadow.h
index 0a990e0382..f7af14dae1 100644
--- a/xen/include/asm-x86/shadow.h
+++ b/xen/include/asm-x86/shadow.h
@@ -68,11 +68,6 @@
*/
#define shadow_mode_trap_reads(_d) ({ (void)(_d); 0; })
-// flags used in the return value of the shadow_set_lXe() functions...
-#define SHADOW_SET_CHANGED 0x1
-#define SHADOW_SET_FLUSH 0x2
-#define SHADOW_SET_ERROR 0x4
-
// How do we tell that we have a 32-bit PV guest in a 64-bit Xen?
#ifdef __x86_64__
#define pv_32bit_guest(_v) 0 // not yet supported