mm: replace set_pte_at_notify() with just set_pte_at()
With the demise of the .change_pte() MMU notifier callback, there is no notification happening in set_pte_at_notify(). It is a synonym of set_pte_at() and can be replaced with it. Signed-off-by:Paolo Bonzini <pbonzini@redhat.com> Reviewed-by:
David Hildenbrand <david@redhat.com> Reviewed-by:
Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240405115815.3226315-5-pbonzini@redhat.com> Acked-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- include/linux/mmu_notifier.h 0 additions, 2 deletionsinclude/linux/mmu_notifier.h
- kernel/events/uprobes.c 3 additions, 3 deletionskernel/events/uprobes.c
- mm/ksm.c 2 additions, 2 deletionsmm/ksm.c
- mm/memory.c 1 addition, 6 deletionsmm/memory.c
- mm/migrate_device.c 2 additions, 6 deletionsmm/migrate_device.c
Please register or sign in to comment