debuggers.hg
changeset 11255:6a8204e4619d
[XEN] Remove bogus assertion.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Mon Aug 21 13:36:05 2006 +0100 (2006-08-21) |
parents | f71f17e64e3a |
children | f681ffc9b01a |
files | xen/include/asm-x86/shadow2.h |
line diff
1.1 --- a/xen/include/asm-x86/shadow2.h Mon Aug 21 13:21:51 2006 +0100 1.2 +++ b/xen/include/asm-x86/shadow2.h Mon Aug 21 13:36:05 2006 +0100 1.3 @@ -405,8 +405,6 @@ static inline void update_cr3(struct vcp 1.4 #endif 1.5 cr3_mfn = pagetable_get_pfn(v->arch.guest_table); 1.6 1.7 - /* Update vcpu->arch.cr3 */ 1.8 - BUG_ON(cr3_mfn == 0); 1.9 make_cr3(v, cr3_mfn); 1.10 } 1.11