aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Dave Airlie <airlied@redhat.com> 2019-07-16 04:06:29 +1000
committerGravatar Dave Airlie <airlied@redhat.com> 2019-07-16 04:06:29 +1000
commit7e4b4dfc98d54bc79f7ca29c8bc6307ed2948014 (patch)
tree45792fb429a0a592568ebfe82ec1af86ebbfd497 /include
parentmm: adjust apply_to_pfn_range interface for dropped token. (diff)
downloadlinux-7e4b4dfc98d54bc79f7ca29c8bc6307ed2948014.tar.gz
linux-7e4b4dfc98d54bc79f7ca29c8bc6307ed2948014.tar.bz2
linux-7e4b4dfc98d54bc79f7ca29c8bc6307ed2948014.zip
Revert "mm: adjust apply_to_pfn_range interface for dropped token."
This reverts commit 6dfc43d3a19174faead54575c204aee106225f43. Going to revert the whole vmwwgfx pull. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index c45f936bd81c..798cdda9560e 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -2687,7 +2687,7 @@ extern int apply_to_page_range(struct mm_struct *mm, unsigned long address,
unsigned long size, pte_fn_t fn, void *data);
struct pfn_range_apply;
-typedef int (*pter_fn_t)(pte_t *pte, unsigned long addr,
+typedef int (*pter_fn_t)(pte_t *pte, pgtable_t token, unsigned long addr,
struct pfn_range_apply *closure);
struct pfn_range_apply {
struct mm_struct *mm;