diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2020-01-06 17:18:54 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2020-03-17 09:41:15 +1100 |
commit | d37b40daf647aaf2f5e4c4dfcd62c9412ff05009 (patch) | |
tree | d15c09b395889b149e6e58db311ead0b8c86be0e /target/ppc/monitor.c | |
parent | a864a6b382d52579210b86cde50bc949d48a3155 (diff) |
target/ppc: Correct RMLS table
The table of RMA limits based on the LPCR[RMLS] field is slightly wrong.
We're missing the RMLS == 0 => 256 GiB RMA option, which is available on
POWER8, so add that.
The comment that goes with the table is much more wrong. We *don't* filter
invalid RMLS values when writing the LPCR, and there's not really a
sensible way to do so. Furthermore, while in theory the set of RMLS values
is implementation dependent, it seems in practice the same set has been
available since around POWER4+ up until POWER8, the last model which
supports RMLS at all. So, correct that as well.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Diffstat (limited to 'target/ppc/monitor.c')
0 files changed, 0 insertions, 0 deletions