diff options
author | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-03-01 09:03:49 +0300 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-04-17 14:37:59 +0300 |
commit | b2b15f079c4c19e3a73a8b0cf4f901186f12098f (patch) | |
tree | d00cb0bad807dd98414097e445ffddb654ef7acf /scripts/lib/kdoc/kdoc_output.py | |
parent | 47bf81767277b5abb87f7e86e15310f0e9d4d06c (diff) | |
download | linux-b2b15f079c4c19e3a73a8b0cf4f901186f12098f.tar.xz |
s390/boot: Consider DCSS segments on memory layout setup
The maximum mappable physical address (as returned by
arch_get_mappable_range() callback) is limited by the
value of (1UL << MAX_PHYSMEM_BITS).
The maximum physical address available to a DCSS segment
is 512GB.
In case the available online or offline memory size is less
than the DCSS limit arch_get_mappable_range() would include
never used [512GB..(1UL << MAX_PHYSMEM_BITS)] range.
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions