commit | f0a2a7c527849bf1b112a43f0b8d0658a7b4e6ec | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Sun Apr 02 20:55:17 2023 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Thu Apr 13 17:36:26 2023 +0200 |
tree | 5adaa7cfdf5b05b7165a9e90416d384f5c9696f2 | |
parent | 22e99fa56443f19b96e2e888854bfc202dd97069 [diff] |
s390/mm: implement set_memory_rwnx() Given that set_memory_rox() is implemented, provide also set_memory_rwnx(). This allows to get rid of all open coded __set_memory() usages in s390 architecture code. Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>