Re: [PATCH kernel] powerpc/prom_init: Pass the "os-term" message to hypervisor
From: Michael Ellerman <hidden>
Date: 2020-03-26 12:49:16
From: Michael Ellerman <hidden>
Date: 2020-03-26 12:49:16
On Thu, 2020-03-12 at 07:44:04 UTC, Alexey Kardashevskiy wrote:
The "os-term" RTAS calls has one argument with a message address of OS termination cause. rtas_os_term() already passes it but the recently added prom_init's version of that missed it; it also does not fill args correctly. This passes the message address and initializes the number of arguments. Signed-off-by: Alexey Kardashevskiy <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/74bb84e5117146fa73eb9d01305975c53022b3c3 cheers