Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113521
b: refs/heads/master
c: 5e72d9e
h: refs/heads/master
i:
  113519: a1b8707
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Oct 13, 2008
1 parent 3aa9f27 commit ba59516
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: 59ef48a58e59cc27255d526ae3fa60ddcd977208
refs/heads/master: 5e72d9e4850c91b6a0f06fa803f7393b55a38aa8
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ unsigned long __init_refok init_memory_mapping(unsigned long start,
old_start = mr[i].start;
memmove(&mr[i], &mr[i+1],
(nr_range - 1 - i) * sizeof (struct map_range));
mr[i].start = old_start;
mr[i--].start = old_start;
nr_range--;
}

Expand Down

0 comments on commit ba59516

Please sign in to comment.