Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26393
b: refs/heads/master
c: 5871aa6
h: refs/heads/master
i:
  26391: 99f519f
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 2, 2006
1 parent 9466138 commit 73842b7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 32828546b32a96d550b85eab25609bc4ba3942ab
refs/heads/master: 5871aa6d5a98f315016d1deee07425c269c37f29
4 changes: 3 additions & 1 deletion trunk/arch/i386/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,8 +970,10 @@ efi_memory_present_wrapper(unsigned long start, unsigned long end, void *arg)
* not-overlapping, which is the case
*/
int __init
e820_all_mapped(unsigned long start, unsigned long end, unsigned type)
e820_all_mapped(unsigned long s, unsigned long e, unsigned type)
{
u64 start = s;
u64 end = e;
int i;
for (i = 0; i < e820.nr_map; i++) {
struct e820entry *ei = &e820.map[i];
Expand Down

0 comments on commit 73842b7

Please sign in to comment.