Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100089
b: refs/heads/master
c: 3d43ecd
h: refs/heads/master
i:
  100087: e527b90
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 10, 2008
1 parent 47693db commit 7365007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: f34fa82b19581affffb14f8ad9bdad9b5ab4daf5
refs/heads/master: 3d43ecd286e442792f2e899e6e06eb23ab3d99f6
2 changes: 0 additions & 2 deletions trunk/arch/x86/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,10 +1066,8 @@ unsigned long __init e820_end(void)
struct e820entry *ei = &e820.map[i];
unsigned long end_pfn;

#ifdef CONFIG_X86_32
if (ei->type != E820_RAM)
continue;
#endif

end_pfn = (ei->addr + ei->size) >> PAGE_SHIFT;
if (end_pfn > last_pfn)
Expand Down

0 comments on commit 7365007

Please sign in to comment.