]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries: lift RTAS limit for hash
authorNicholas Piggin <npiggin@gmail.com>
Fri, 22 Dec 2017 11:17:12 +0000 (21:17 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 17 Jan 2018 13:45:34 +0000 (00:45 +1100)
commitd839ad5279699669276ec2735a1e98d7a4985132
treee0f059e27603c0948f2c1103a242f3c855076005
parent49d227025b6ebda933f5f6e350f6c1208b138558
powerpc/pseries: lift RTAS limit for hash

With the previous patch to switch to 64-bit mode after returning from
RTAS and before doing any memory accesses, the RMA limit need not be
clamped to 1GB to avoid RTAS bugs.

Keep the 1GB limit for older firmware (although this is more of a kernel
concern than RTAS), and remove it starting with POWER9.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/hash_utils_64.c