Re: [PATCH 3/6] powerpc/rtas: remove ibm_suspend_me_token

2021-01-14 Thread Andrew Donnellan
On 15/1/21 9:00 am, Nathan Lynch wrote: There's not a compelling reason to cache the value of the token for the ibm,suspend-me function. Just look it up when needed in the RTAS syscall's special case for it. Signed-off-by: Nathan Lynch Reviewed-by: Andrew Donnellan --- arch/powerpc/kerne

Re: [PATCH 3/6] powerpc/rtas: remove ibm_suspend_me_token

2021-01-14 Thread Alexey Kardashevskiy
On 15/01/2021 09:00, Nathan Lynch wrote: There's not a compelling reason to cache the value of the token for the ibm,suspend-me function. Just look it up when needed in the RTAS syscall's special case for it. Signed-off-by: Nathan Lynch Reviewed-by: Alexey Kardashevskiy --- arch/pow

[PATCH 3/6] powerpc/rtas: remove ibm_suspend_me_token

2021-01-14 Thread Nathan Lynch
There's not a compelling reason to cache the value of the token for the ibm,suspend-me function. Just look it up when needed in the RTAS syscall's special case for it. Signed-off-by: Nathan Lynch --- arch/powerpc/kernel/rtas.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --