diff options
author | Mikhail Zaslonko <[email protected]> | 2018-10-10 13:44:45 +0200 |
---|---|---|
committer | Martin Schwidefsky <[email protected]> | 2018-10-11 17:02:38 +0200 |
commit | 5eaf436e0e5b7ce05ef9371e82f87319bc9a5173 (patch) | |
tree | 6950b59cb976262b6f14c363b70c7834d07d5cf8 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | c72251ad879056d096d39db21c08cb52e481eb2d (diff) |
s390/vmalloc: fix VMALLOC_START calculation
With the introduction of the module area on top of the vmalloc area, the
calculation of VMALLOC_START in setup_memory_end() function hasn't been
adjusted. As a result we got vmalloc area 2 Gb (MODULES_LEN) smaller than
it should be and the preceding vmemmap area got extra memory instead.
The patch fixes this calculation error although there were no visible
negative effects.
Apart from that, change 'tmp' variable to 'vmemmap' in memory_end
calculation for better readability.
Reviewed-by: Heiko Carstens <[email protected]>
Signed-off-by: Mikhail Zaslonko <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions