Bug #590 ยป 0001-kern-coreboot-mmap-Map-to-reserved.patch
grub-core/kern/coreboot/mmap.c | ||
---|---|---|
/* Multiboot mmaps match with the coreboot mmap
|
||
definition. Therefore, we can just pass type
|
||
through. */
|
||
mem_region->type,
|
||
(mem_region->type >= 13) ? 2 : mem_region->type,
|
||
ctx->hook_data))
|
||
return 1;
|
||
if (start < 0xa0000)
|
||
... | ... | |
/* Multiboot mmaps match with the coreboot mmap
|
||
definition. Therefore, we can just pass type
|
||
through. */
|
||
mem_region->type,
|
||
(mem_region->type >= 13) ? 2 : mem_region->type,
|
||
ctx->hook_data))
|
||
return 1;
|
||
}
|