Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31102
b: refs/heads/master
c: 8793747
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Goyal authored and Greg Kroah-Hartman committed Jun 27, 2006
1 parent d9d6470 commit 3b53a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6550e07f41ce8473ed684dac54fbfbd42183ffda
refs/heads/master: 87937472ff8e34ad5c7b798a8a52e4368af216df
2 changes: 2 additions & 0 deletions trunk/arch/i386/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1314,8 +1314,10 @@ legacy_init_iomem_resources(struct resource *code_resource, struct resource *dat
probe_roms();
for (i = 0; i < e820.nr_map; i++) {
struct resource *res;
#ifndef CONFIG_RESOURCES_64BIT
if (e820.map[i].addr + e820.map[i].size > 0x100000000ULL)
continue;
#endif
res = kzalloc(sizeof(struct resource), GFP_ATOMIC);
switch (e820.map[i].type) {
case E820_RAM: res->name = "System RAM"; break;
Expand Down

0 comments on commit 3b53a5c

Please sign in to comment.