Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262583
b: refs/heads/master
c: 8f3c588
h: refs/heads/master
i:
  262581: 19c262d
  262579: 7a621fc
  262575: 841e7dd
v: v3
  • Loading branch information
Igor Mammedov authored and Konrad Rzeszutek Wilk committed Aug 4, 2011
1 parent 41cb399 commit 3e253f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e9ea2656b656edd3c8de98675bbc0340211b5bd
refs/heads/master: 8f3c5883d840d079a5d2db20893b5ac8ba453b40
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static unsigned long __init xen_release_chunk(phys_addr_t start_addr,
len++;
}
}
printk(KERN_CONT "%ld pages freed\n", len);
printk(KERN_CONT "%lu pages freed\n", len);

return len;
}
Expand All @@ -139,7 +139,7 @@ static unsigned long __init xen_return_unused_memory(unsigned long max_pfn,
if (last_end < max_addr)
released += xen_release_chunk(last_end, max_addr);

printk(KERN_INFO "released %ld pages of unused memory\n", released);
printk(KERN_INFO "released %lu pages of unused memory\n", released);
return released;
}

Expand Down

0 comments on commit 3e253f2

Please sign in to comment.