Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20423
b: refs/heads/master
c: fdb9df9
h: refs/heads/master
i:
  20421: e8fcc8e
  20419: 51331bb
  20415: 85915e1
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Feb 17, 2006
1 parent e235479 commit 51e3469
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6574ffd74b03e35026f428a2c820e6ddf45d426c
refs/heads/master: fdb9df942437c6c5d1a6928d5fff824466c3af67
3 changes: 2 additions & 1 deletion trunk/arch/x86_64/mm/srat.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ static int nodes_cover_memory(void)
}

e820ram = end_pfn - e820_hole_size(0, end_pfn);
if (pxmram < e820ram) {
/* We seem to lose 3 pages somewhere. Allow a bit of slack. */
if ((long)(e820ram - pxmram) >= 1*1024*1024) {
printk(KERN_ERR
"SRAT: PXMs only cover %luMB of your %luMB e820 RAM. Not used.\n",
(pxmram << PAGE_SHIFT) >> 20,
Expand Down

0 comments on commit 51e3469

Please sign in to comment.