]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/lib: Prepare code-patching for modules allocated outside vmalloc space
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 29 Jun 2020 11:15:20 +0000 (11:15 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 26 Jul 2020 14:01:30 +0000 (00:01 +1000)
commit760965bdb8b9261d0e7cbcf9b1db5a7a30a0dbf7
treeae5eab598d0d7d6eed2222b2d03fcafdae3152ce
parentf4848cb5d0a5bde2f0b0dececfaeeabe49cbaefa
powerpc/lib: Prepare code-patching for modules allocated outside vmalloc space

Use is_vmalloc_or_module_addr() instead of is_vmalloc_addr()

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/7d884db0e5a6f521331639d8c0f13e520d5a4fef.1593428200.git.christophe.leroy@csgroup.eu
arch/powerpc/lib/code-patching.c