diff options
| author | Paul Jackson <[email protected]> | 2008-06-22 07:22:07 -0700 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-07-08 12:51:26 +0200 |
| commit | c4ba1320b7075e9ce33ad0afaef43ba13260b4c2 (patch) | |
| tree | d9c3aa07da17153d4ac8489daf10dbc48e2220b1 /tools/perf/scripts/python | |
| parent | 05486fa7e631a3be31a0bbc5a575a389a1609e94 (diff) | |
x86 boot: allow overlapping early reserve memory ranges
Add support for overlapping early memory reservations.
In general, they still can't overlap, and will panic
with "Overlapping early reservations" if they do overlap.
But if a memory range is reserved with the new call:
reserve_early_overlap_ok()
rather than with the usual call:
reserve_early()
then subsequent early reservations are allowed to overlap.
This new reserve_early_overlap_ok() call is only used in one
place so far, which is the "BIOS reserved" reservation for the
the EBDA region, which out of Paranoia reserves more than what
the BIOS might have specified, and which thus might overlap with
another legitimate early memory reservation (such as, perhaps,
the EFI memmap.)
Signed-off-by: Paul Jackson <[email protected]>
Cc: "Yinghai Lu" <[email protected]>
Cc: "Jack Steiner" <[email protected]>
Cc: "Mike Travis" <[email protected]>
Cc: "Huang
Cc: Ying" <[email protected]>
Cc: "Andi Kleen" <[email protected]>
Cc: "Andrew Morton" <[email protected]>
Cc: Paul Jackson <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions