mm/pgtable: drop pgtable_t variable from pte_fn_t functions
authorAnshuman Khandual <anshuman.khandual@arm.com>
Fri, 12 Jul 2019 03:58:43 +0000 (20:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jul 2019 18:05:46 +0000 (11:05 -0700)
commit8b1e0f81fb6fcf3109465a168b2e2da3f711fa86
tree4a037e7ba6c1132e68e12e68041c87eaddf1b324
parentc2471e79a7ea0f48e3ae9253e1f3688a44cc944d
mm/pgtable: drop pgtable_t variable from pte_fn_t functions

Drop the pgtable_t variable from all implementation for pte_fn_t as none
of them use it.  apply_to_pte_range() should stop computing it as well.
Should help us save some cycles.

Link: http://lkml.kernel.org/r/1556803126-26596-1-git-send-email-anshuman.khandual@arm.com
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: Matthew Wilcox <willy@infradead.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Logan Gunthorpe <logang@deltatee.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: <jglisse@redhat.com>
Cc: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 files changed:
arch/arm/kernel/efi.c
arch/arm/mm/dma-mapping.c
arch/arm/mm/pageattr.c
arch/arm64/kernel/efi.c
arch/arm64/mm/pageattr.c
arch/x86/xen/mmu_pv.c
drivers/gpu/drm/i915/i915_mm.c
drivers/xen/gntdev.c
drivers/xen/privcmd.c
drivers/xen/xlate_mmu.c
include/linux/mm.h
mm/memory.c
mm/vmalloc.c