diff options
author | Peter Xu <peterx@redhat.com> | 2020-08-12 03:37:57 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-12 19:58:03 +0200 |
commit | 6a1bb025d28e1026fead73b7b33e2dfccba3f4d2 (patch) | |
tree | 90d5ce0206309d9c385d973e827a2a0a35e1d1a8 /arch/csky | |
parent | mm/arm: use general page fault accounting (diff) | |
download | linux-6a1bb025d28e1026fead73b7b33e2dfccba3f4d2.tar.xz linux-6a1bb025d28e1026fead73b7b33e2dfccba3f4d2.zip |
mm/arm64: 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. To do this, we pass pt_regs
pointer into __do_page_fault().
Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Will Deacon <will@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Link: http://lkml.kernel.org/r/20200707225021.200906-6-peterx@redhat.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/csky')
0 files changed, 0 insertions, 0 deletions