]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/s390/mm/pgtable.c
s390/mm: remove unnecessary parameter from gmap_do_ipte_notify
[karo-tx-linux.git] / arch / s390 / mm / pgtable.c
index 27a1b931f17d7412b4cd56da7954e9fe70c9cf0f..796c9320c709f5850bb0679778a28bc488773be2 100644 (file)
@@ -802,13 +802,12 @@ EXPORT_SYMBOL_GPL(gmap_ipte_notify);
 /**
  * gmap_do_ipte_notify - call all invalidation callbacks for a specific pte.
  * @mm: pointer to the process mm_struct
- * @addr: virtual address in the process address space
  * @pte: pointer to the page table entry
  *
  * This function is assumed to be called with the page table lock held
  * for the pte to notify.
  */
-void gmap_do_ipte_notify(struct mm_struct *mm, unsigned long addr, pte_t *pte)
+void gmap_do_ipte_notify(struct mm_struct *mm, pte_t *pte)
 {
        unsigned long segment_offset;
        struct gmap_notifier *nb;