fix: mm: remove vmalloc_sync_(un)mappings() (v5.8)
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 2 Jul 2020 15:21:42 +0000 (11:21 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 2 Jul 2020 16:32:22 +0000 (12:32 -0400)
commit0dcc94fab9139ed71921e521f7fc6696808e22c1
tree5428c30518c59d77bba379e0ac23d59c41f5b3f6
parent238c45ded741a004792359940c537572bca81501
fix: mm: remove vmalloc_sync_(un)mappings() (v5.8)

See upstream commit:

  commit 73f693c3a705756032c2863bfb37570276902d7d
  Author: Joerg Roedel <jroedel@suse.de>
  Date:   Mon Jun 1 21:52:36 2020 -0700

    mm: remove vmalloc_sync_(un)mappings()

    These functions are not needed anymore because the vmalloc and ioremap
    mappings are now synchronized when they are created or torn down.

    Remove all callers and function definitions.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ifdefa35b25b4906cde407360e608b77e47cc3808
include/wrapper/vmalloc.h
This page took 0.02666 seconds and 5 git commands to generate.