On Tue, 30 Jun 2020 16:45:48 -0400 Peter Xu <[email protected]> wrote:
> Use the general page fault accounting by passing regs into handle_mm_fault(). > It naturally solve the issue of multiple page fault accounting when page fault > retry happened. > > CC: Heiko Carstens <[email protected]> > CC: Vasily Gorbik <[email protected]> > CC: Christian Borntraeger <[email protected]> > CC: [email protected] > Signed-off-by: Peter Xu <[email protected]> > --- > arch/s390/mm/fault.c | 16 +--------------- > 1 file changed, 1 insertion(+), 15 deletions(-) Reviewed-by: Gerald Schaefer <[email protected]> Acked-by: Gerald Schaefer <[email protected]>

