commit | 14a41d6b7572026cf8fc88ee72e81b6b40db2ec0 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Fri Jan 13 14:23:49 2017 +1030 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jan 25 13:33:55 2017 +1100 |
tree | 3774df6ebd4a306fa11a35a6e3e8c9c850a650f1 | |
parent | 8ad43336b5c1ad9ac945148cb5e26a1200ccd45c [diff] |
powerpc/powernv: Report size of OPAL memcons log The OPAL memory console is reported to be size zero, as we do not initialise the struct attr with any size information due to the size being variable. This leads users to think that the console is empty. Instead report the maximum size. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>