git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a58a2a
)
x86: fix e820_update_range size when overlapping
author
Yinghai Lu
<yhlu.kernel@gmail.com>
Tue, 24 Jun 2008 21:55:32 +0000
(14:55 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 8 Jul 2008 11:10:34 +0000
(13:10 +0200)
before that we relay on sanitize_e820_map to remove the overlap.
but e820_update_range(,,E820_RESERVED, E820_RAM) will not work
this patch fix that
who is going to use this?
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found