target/arm: Always enable pac keys for user-only
commit276c6e813719568bdc9743e87ff8f42115006206
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 25 Jan 2019 22:57:08 +0000 (25 14:57 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 1 Feb 2019 15:04:05 +0000 (1 15:04 +0000)
treee06400a28c7d1a843124d90cb724952758680426
parent42f6ed919325413392bea247a1e6f135deb469cd
target/arm: Always enable pac keys for user-only

Drop the pac properties.  This approach cannot work as written
because the properties are applied before arm_cpu_reset, which
zeros SCTLR_EL1 (amongst everything else).

We can re-introduce the properties if they turn out to be useful.
But since linux 5.0 enables all of the keys, they may not be.

Fixes: 1ae9cfbd470
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/cpu64.c