Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110333
b: refs/heads/master
c: 17f3ab7
h: refs/heads/master
i:
  110331: 3b34732
v: v3
  • Loading branch information
Joerg Roedel authored and Ingo Molnar committed Jul 26, 2008
1 parent 700fac6 commit 56789de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: be3e89ee6df8607356f705901dd90bcf3836c86e
refs/heads/master: 17f3ab748e3ee8a0af069e53b93e1487cf44aecc
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/discontig_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void __init initmem_init(unsigned long start_pfn,

get_memcfg_numa();

kva_pages = round_up(calculate_numa_remap_pages(), PTRS_PER_PTE);
kva_pages = roundup(calculate_numa_remap_pages(), PTRS_PER_PTE);

kva_target_pfn = round_down(max_low_pfn - kva_pages, PTRS_PER_PTE);
do {
Expand Down

0 comments on commit 56789de

Please sign in to comment.