From: Michael Jeanson Date: Thu, 2 Jul 2020 15:21:42 +0000 (-0400) Subject: fix: mm: remove vmalloc_sync_(un)mappings() (v5.8) X-Git-Tag: v2.12.2~14 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=11441f8f17f7825f529e2f6c54d3605771709260;hp=11441f8f17f7825f529e2f6c54d3605771709260;p=lttng-modules.git fix: mm: remove vmalloc_sync_(un)mappings() (v5.8) See upstream commit: commit 73f693c3a705756032c2863bfb37570276902d7d Author: Joerg Roedel 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 Signed-off-by: Mathieu Desnoyers Change-Id: Ifdefa35b25b4906cde407360e608b77e47cc3808 ---