This patch fixes a bug/typo that I created in the previous patch. Please
apply.
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Signed-off-by: Xin B Li <xin.b.li@intel.com>
diff -r 1c62a4149b11 xen/include/asm-x86/shadow.h
--- a/xen/include/asm-x86/shadow.h Mon Oct 24 07:04:38 2005
+++ b/xen/include/asm-x86/shadow.h Wed Oct 26 16:30:36 2005
@@ -387,7 +387,7 @@
nl1e = l1e;
l1e_remove_flags(nl1e, _PAGE_GLOBAL);
- if ( unlikely(l1e_get_flags(l1e) & L1_DISALLOW_MASK) )
+ if ( unlikely(l1e_get_flags(nl1e) & L1_DISALLOW_MASK) )
return 0;
res = get_page_from_l1e(nl1e, d);
Jun
---
Intel Open Source Technology Center
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel