ia64/xen-unstable
changeset 12417:f4be07b6ad61
[XEN Remove a stray newline in a printk.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Jan Beulich <jbeulich@novell.com>
author | kfraser@localhost.localdomain |
---|---|
date | Mon Nov 13 14:02:37 2006 +0000 (2006-11-13) |
parents | d0eb5da1086b |
children | c5ad4b36fce2 |
files | xen/arch/x86/mm.c |
line diff
1.1 --- a/xen/arch/x86/mm.c Mon Nov 13 14:01:17 2006 +0000 1.2 +++ b/xen/arch/x86/mm.c Mon Nov 13 14:02:37 2006 +0000 1.3 @@ -3113,7 +3113,7 @@ static int ptwr_emulated_update( 1.4 * zap the PRESENT bit on the assumption the bottom half will be 1.5 * written immediately after we return to the guest. 1.6 */ 1.7 - MEM_LOG("ptwr_emulate: fixing up invalid PAE PTE %"PRIpte"\n", 1.8 + MEM_LOG("ptwr_emulate: fixing up invalid PAE PTE %"PRIpte, 1.9 l1e_get_intpte(nl1e)); 1.10 l1e_remove_flags(nl1e, _PAGE_PRESENT); 1.11 }