projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8008abb
)
bootprotocol: cleanup
author
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 21:14:36 +0000
(23:14 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 29 Apr 2008 11:45:24 +0000
(13:45 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/e820_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/e820_64.c
b/arch/x86/kernel/e820_64.c
index 645ee5e32a27184c714355c8e916951ef3605711..124480c0008dd2a5e348cd2db7b928ff13d3aa41 100644
(file)
--- a/
arch/x86/kernel/e820_64.c
+++ b/
arch/x86/kernel/e820_64.c
@@
-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++)
;
- mem
cpy
(&early_res[i], &early_res[i + 1],
+ mem
move
(&early_res[i], &early_res[i + 1],
(j - 1 - i) * sizeof(struct early_res));
early_res[j - 1].end = 0;