On Mon, Feb 01, 2021 at 08:55:00AM +0530, Anshuman Khandual wrote: > This overrides arch_get_mappable_range() on arm64 platform which will be > used with recently added generic framework. It drops inside_linear_region() > and subsequent check in arch_add_memory() which are no longer required. It > also adds a VM_BUG_ON() check that would ensure that mhp_range_allowed() > has already been called. > > Cc: Catalin Marinas <[email protected]> > Cc: Will Deacon <[email protected]> > Cc: Ard Biesheuvel <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: [email protected] > Cc: [email protected] > Reviewed-by: David Hildenbrand <[email protected]> > Signed-off-by: Anshuman Khandual <[email protected]>
Reviewed-by: Catalin Marinas <[email protected]>

