Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40390
b: refs/heads/master
c: ae74589
h: refs/heads/master
v: v3
  • Loading branch information
bibo,mao authored and Linus Torvalds committed Oct 28, 2006
1 parent 954d5d1 commit f5a8ae7
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: 9b57988db9b2c81794546cb792133f0cfd064ea8
refs/heads/master: ae74589cb381cc2838107f92d4e0e1f178c6825d
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ efi_find_max_pfn(unsigned long start, unsigned long end, void *arg)
static int __init
efi_memory_present_wrapper(unsigned long start, unsigned long end, void *arg)
{
memory_present(0, start, end);
memory_present(0, PFN_UP(start), PFN_DOWN(end));
return 0;
}

Expand Down

0 comments on commit f5a8ae7

Please sign in to comment.