Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112769
b: refs/heads/master
c: fac8f1e
h: refs/heads/master
i:
  112767: 78d2889
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Sep 4, 2008
1 parent 77feb01 commit e8384aa
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: 8040d77688014987ca5738bf1731db72ab273441
refs/heads/master: fac8f1e4f99dff7a0c3a929f327d66f46de6fa21
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ void __init e820_reserve_resources_late(void)
res = e820_res;
for (i = 0; i < e820.nr_map; i++) {
if (!res->parent && res->end)
insert_resource(&iomem_resource, res);
reserve_region_with_split(&iomem_resource, res->start, res->end, res->name);
res++;
}
}
Expand Down

0 comments on commit e8384aa

Please sign in to comment.