[PATCH 5/6] powerpc/powernv: Add opal details to dump stack arch description

2022-09-28 Thread Michael Ellerman
Add OPAL version details to the dump stack arch description, which is printed in case of an oops. eg: Hardware name: ... opal:v6.2 Signed-off-by: Michael Ellerman --- arch/powerpc/platforms/powernv/setup.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/arch/powe

[PATCH 5/6] powerpc/powernv: Add opal details to dump stack arch description

2015-05-05 Thread Michael Ellerman
Once we have unflattened the device tree we can easily grab these opal version details and add them to dump stack arch description, which is printed in case of an oops. Signed-off-by: Michael Ellerman --- arch/powerpc/platforms/powernv/setup.c | 26 ++ 1 file changed, 26