Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94834
b: refs/heads/master
c: 781fe2e
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Apr 29, 2008
1 parent 203d82f commit ce8c954
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: 8008abbd87644c84f93a7a86fec88f1e14031901
refs/heads/master: 781fe2ebc0f44b32418d203ac023a541afdd042f
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/e820_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void __init free_early(unsigned long start, unsigned long end)
for (j = i + 1; j < MAX_EARLY_RES && early_res[j].end; j++)
;

memcpy(&early_res[i], &early_res[i + 1],
memmove(&early_res[i], &early_res[i + 1],
(j - 1 - i) * sizeof(struct early_res));

early_res[j - 1].end = 0;
Expand Down

0 comments on commit ce8c954

Please sign in to comment.