Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177012
b: refs/heads/master
c: f3a4c00
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Dec 9, 2009
1 parent 1ea6318 commit c4be7ef
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: f701b3999890b867f87733c146d4cdf9319ead05
refs/heads/master: f3a4c00ad35a9f21db82516fdc600cb1be301c23
2 changes: 1 addition & 1 deletion trunk/arch/sh/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void __init setup_memory(void)
{
unsigned long free_pfn = PFN_UP(__pa(_end));
u64 base = min_low_pfn << PAGE_SHIFT;
u64 size = (max_low_pfn << PAGE_SHIFT) - min_low_pfn;
u64 size = (max_low_pfn << PAGE_SHIFT) - base;

lmb_add(base, size);

Expand Down

0 comments on commit c4be7ef

Please sign in to comment.