commit | 0031f1c7cf2632a068a80261071b9b1f2d32d836 | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <agordeev@linux.ibm.com> | Fri Nov 03 16:40:13 2023 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Sun Nov 05 22:34:58 2023 +0100 |
tree | 4737f15084b49e53a26d1dd8d67302570356cc8c | |
parent | d08d4e7cd6bffe333f09853005aa549a8d57614b [diff] |
s390/mm: use compound page order to distinguish page tables CRSTs always have size of four pages, while 2KB-size page tables always occupy a single page. Use that information to distinguish page tables from CRSTs. Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Reviewed-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>