···802802/**803803 * gmap_do_ipte_notify - call all invalidation callbacks for a specific pte.804804 * @mm: pointer to the process mm_struct805805- * @addr: virtual address in the process address space806805 * @pte: pointer to the page table entry807806 *808807 * This function is assumed to be called with the page table lock held809808 * for the pte to notify.810809 */811811-void gmap_do_ipte_notify(struct mm_struct *mm, unsigned long addr, pte_t *pte)810810+void gmap_do_ipte_notify(struct mm_struct *mm, pte_t *pte)812811{813812 unsigned long segment_offset;814813 struct gmap_notifier *nb;