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)
commitd225bb8d8a897d35c7beedcaba6caf57b3a4d292
tree5af2c560cee796475dfaaf56c4f60426c7600fb1
parent90776dd1c427cbb4d381aa4b13338f1fb1d20f5e
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