Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366244
b: refs/heads/master
c: 7e9a2f0
h: refs/heads/master
v: v3
  • Loading branch information
Martin Bundgaard authored and Ingo Molnar committed Apr 10, 2013
1 parent e8f12cb commit 261f093
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cd69aa6b383c6a6373bff2204190cadf451ebcc3
refs/heads/master: 7e9a2f0a080ba2f247559e95eb0df7072bede18a
3 changes: 1 addition & 2 deletions trunk/arch/x86/mm/amdtopology.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ int __init amd_numa_init(void)
}

limit >>= 16;
limit <<= 24;
limit |= (1<<24)-1;
limit++;
limit <<= 24;

if (limit > end)
limit = end;
Expand Down

0 comments on commit 261f093

Please sign in to comment.