Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136828
b: refs/heads/master
c: 3023533
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 12, 2009
1 parent e3c50b3 commit 11df787
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: 89e4b5930d8a59395219e7e3e4702e4653022b93
refs/heads/master: 3023533de43c5c01c660e1b48d3700b028eb4615
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ void __init find_low_pfn_range(void)
highmem_pages = 0;
#ifdef CONFIG_HIGHMEM
if (highmem_pages >= max_pfn) {
printk(KERN_ERR "highmem size specified (%uMB) is "
printk(KERN_ERR "highmem size specified (%luMB) is "
"bigger than pages available (%luMB)!.\n",
pages_to_mb(highmem_pages),
pages_to_mb(max_pfn));
Expand All @@ -731,7 +731,7 @@ void __init find_low_pfn_range(void)
if (highmem_pages) {
if (max_low_pfn - highmem_pages <
64*1024*1024/PAGE_SIZE){
printk(KERN_ERR "highmem size %uMB results in "
printk(KERN_ERR "highmem size %luMB results in "
"smaller than 64MB lowmem, ignoring it.\n"
, pages_to_mb(highmem_pages));
highmem_pages = 0;
Expand Down

0 comments on commit 11df787

Please sign in to comment.