diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2017-12-22 21:17:10 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-01-18 00:42:58 +1100 |
commit | 47fee31dbdbd642d444c67a4df814339f6d8dd61 (patch) | |
tree | c7bacb6814d67247e79df430ebac5114d6648182 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 98ae0069cb78ca4f5d14f203e3bb43874591123f (diff) |
powerpc/64: rtas avoid accessing paca in 32-bit mode
Commit 177ba7c647f3 ("powerpc/mm/radix: Limit paca allocation in radix")
limited the paca allocation address to 1G on pSeries because RTAS return
accesses the paca in 32-bit mode:
On return from RTAS we access the paca variables and we have 64 bit
disabled. This requires us to limit paca in 32 bit range.
Fix this by setting ppc64_rma_size to first_memblock_size/1G range.
Avoid this limit by switching to 64-bit mode before accessing any memory.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions