diff options
author | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-03-01 07:03:49 +0100 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-04-17 13:37:59 +0200 |
commit | b2b15f079c4c19e3a73a8b0cf4f901186f12098f (patch) | |
tree | d00cb0bad807dd98414097e445ffddb654ef7acf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 47bf81767277b5abb87f7e86e15310f0e9d4d06c (diff) |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions