On Wed, 2018-09-12 at 11:26 +0100, Will Deacon wrote: > Whilst no architectures actually enable support for huge p4d mappings > in the vmap area, the code that is implemented should be using > break-before-make, as we do for pud and pmd huge entries. > > Cc: Chintan Pandya <cpan...@codeaurora.org> > Cc: Toshi Kani <toshi.k...@hpe.com> > Cc: Thomas Gleixner <t...@linutronix.de> > Cc: Michal Hocko <mho...@suse.com> > Cc: Andrew Morton <a...@linux-foundation.org> > Signed-off-by: Will Deacon <will.dea...@arm.com>
Thanks. This keeps the p4d path consistent. Reviewed-by: Toshi Kani <toshi.k...@hpe.com> -Toshi