summaryrefslogtreecommitdiff
path: root/arch/s390/mm/cmm.c
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-10-27 15:12:37 +0300
committerVasily Gorbik <gor@linux.ibm.com>2023-11-06 00:34:58 +0300
commita3e89e20fe00209779eb3e419621070b9158acdb (patch)
tree408b99b38141eb30c1392d16e6f2e43038298736 /arch/s390/mm/cmm.c
parent468a3bc2b7b955a7cf97d47c6022bf1ae4a538a3 (diff)
downloadlinux-a3e89e20fe00209779eb3e419621070b9158acdb.tar.xz
s390/cmma: move set_page_stable() and friends to header file
In order to be usable for early boot code move the simple set_page_xxx() function to header file. Also change the parameters, and the function names slightly. This is required since there aren't any struct pages available in early boot code, and renaming of functions is done to make sure that all users are converted to the new API. Instead of a pointer to a struct page a virtual address is passed, and instead of an order the number of pages for which the page state needs be set. Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/mm/cmm.c')
0 files changed, 0 insertions, 0 deletions