Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99745
b: refs/heads/master
c: c3ff016
h: refs/heads/master
i:
  99743: d42542a
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jun 10, 2008
1 parent 6e5a67f commit 069ffa6
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: 9043f007963f4039befa3c31f47173f74a0b1c70
refs/heads/master: c3ff01672a23fabb40d4b80ff25a845582fd07c2
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/srat_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static int __init acpi20_parse_srat(struct acpi_table_srat *sratp)

for_each_online_node(nid) {
unsigned long start = node_start_pfn[nid];
unsigned long end = node_end_pfn[nid];
unsigned long end = min(node_end_pfn[nid], max_pfn);

memory_present(nid, start, end);
node_remap_size[nid] = node_memmap_size_bytes(nid, start, end);
Expand Down

0 comments on commit 069ffa6

Please sign in to comment.