misc/mic/scif: update to new mmu_notifier semantic
authorJérôme Glisse <[email protected]>
Thu, 31 Aug 2017 21:17:34 +0000 (17:17 -0400)
committerLinus Torvalds <[email protected]>
Thu, 31 Aug 2017 23:13:00 +0000 (16:13 -0700)
commit192e856451d8d5e15aad470dbbb5daf5de3d2c0f
tree892e6a083ba87575ce58b67bbeccb7bc8d30418d
parent30ef7d2c056cb7ef22c16c6fe0756105d584985c
misc/mic/scif: update to new mmu_notifier semantic

Calls to mmu_notifier_invalidate_page() were replaced by calls to
mmu_notifier_invalidate_range() and are now bracketed by calls to
mmu_notifier_invalidate_range_start()/end()

Remove now useless invalidate_page callback.

Signed-off-by: Jérôme Glisse <[email protected]>
Cc: Sudeep Dutt <[email protected]>
Cc: Ashutosh Dixit <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/misc/mic/scif/scif_dma.c