Messages in this thread |  | | Subject | Re: [PATCH v8 2/9] KVM: arm/arm64: Share common code in user_mem_abort() | From | Suzuki K Poulose <> | Date | Mon, 1 Oct 2018 18:44:14 +0100 |
| |
On 10/01/2018 04:54 PM, Punit Agrawal wrote: > The code for operations such as marking the pfn as dirty, and > dcache/icache maintenance during stage 2 fault handling is duplicated > between normal pages and PMD hugepages. > > Instead of creating another copy of the operations when we introduce > PUD hugepages, let's share them across the different pagesizes. > > Signed-off-by: Punit Agrawal <punit.agrawal@arm.com> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Cc: Christoffer Dall <christoffer.dall@arm.com> > Cc: Marc Zyngier <marc.zyngier@arm.com> > ---
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
|  |