[snip]
> > diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
> > index 7768423b39d3..61d867647cca 100644
> > --- a/arch/arm64/kernel/setup.c
> > +++ b/arch/arm64/kernel/setup.c
> > @@ -213,7 +213,7 @@ static void __init request_standard_resources(void)
> >
> > for_each_memblock(memory, region) {
> > res = alloc_bootmem_low(sizeof(*res));
> > - if (memblock_is_nomap(region)) {
> > + if (memblock_is_nomap(region) ||
> > memblock_is_reserved(region)) {
> > res->name = "reserved";
> > res->flags = IORESOURCE_MEM;
> > } else {
> >
>
Bhupesh, does insert resource work in efi_init/reserve_regions()?
Thanks
Dave
--
To unsubscribe from this list: send the line "unsubscribe linux-efi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html