Searched hist:"105 f886220e944b6aa01accfad59af49341703c4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sh/mm/ |
H A D | fault.c | diff 105f886220e944b6aa01accfad59af49341703c4 Tue Aug 11 20:38:40 CDT 2020 Peter Xu <peterx@redhat.com> mm/sh: use general page fault accounting
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.
Signed-off-by: Peter Xu <peterx@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Rich Felker <dalias@libc.org> Link: http://lkml.kernel.org/r/20200707225021.200906-20-peterx@redhat.com Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|