]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/mm/ptdump: Generate address marker array dynamically
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 29 Jul 2024 15:09:40 +0000 (17:09 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 7 Aug 2024 18:52:53 +0000 (20:52 +0200)
commitd0e7915d2ad3c628488f76cb9156b203bd917d54
tree2564c8f454e4abb1c9d992b36c00c676a46415b1
parente09e58f425ad42726c008673b490aef53da10f1f
s390/mm/ptdump: Generate address marker array dynamically

Generate the address marker array dynamically instead of modifying a large
static array at kernel startup. Each marker is added twice to the array:
with and without a "start" indicator. This way the code and logic stays
similar to other architectures.

Acked-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>
arch/s390/mm/dump_pagetables.c