xen-vtx-unstable
diff xen/include/asm-x86/shadow_64.h @ 6730:3feb7fa331ed
Re-indent vmx code.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Sun Sep 11 16:44:23 2005 +0000 (2005-09-11) |
parents | 291e816acbf4 |
children | 4d899a738d59 8ca0f98ba8e2 |
line diff
1.1 --- a/xen/include/asm-x86/shadow_64.h Sun Sep 11 16:36:24 2005 +0000 1.2 +++ b/xen/include/asm-x86/shadow_64.h Sun Sep 11 16:44:23 2005 +0000 1.3 @@ -353,7 +353,7 @@ static inline void entry_general( 1.4 entry_remove_flags(sle, _PAGE_PSE); 1.5 1.6 if ( shadow_mode_log_dirty(d) || 1.7 - !(entry_get_flags(gle) & _PAGE_DIRTY) ) 1.8 + !(entry_get_flags(gle) & _PAGE_DIRTY) ) 1.9 { 1.10 pgentry_64_t *l1_p; 1.11 int i; 1.12 @@ -365,8 +365,9 @@ static inline void entry_general( 1.13 unmap_domain_page(l1_p); 1.14 } 1.15 } else { 1.16 - sle = entry_from_pfn(smfn, 1.17 - (entry_get_flags(gle) | _PAGE_RW | _PAGE_ACCESSED) & ~_PAGE_AVAIL); 1.18 + sle = entry_from_pfn( 1.19 + smfn, 1.20 + (entry_get_flags(gle) | _PAGE_RW | _PAGE_ACCESSED) & ~_PAGE_AVAIL); 1.21 entry_add_flags(gle, _PAGE_ACCESSED); 1.22 } 1.23 // XXX mafetter: Hmm...