]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: unexport set_memory_x and set_memory_nx
authorChristoph Hellwig <hch@lst.de>
Tue, 13 Aug 2019 09:01:41 +0000 (11:01 +0200)
committerWill Deacon <will@kernel.org>
Thu, 15 Aug 2019 11:58:26 +0000 (12:58 +0100)
commitd91933b956531d8e55c687aab1e4f6e662f7091c
tree5af2c560cee796475dfaaf56c4f60426c7600fb1
parent6a8a131581a90e16525af1d7a7700720fc9047b7
arm64: unexport set_memory_x and set_memory_nx

No module currently messed with clearing or setting the execute
permission of kernel memory, and none really should.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/mm/pageattr.c