Re: [PATCH 3/4] powerpc/pseries: use notrace hcall variant for H_CEDE idle

2021-04-27 Thread Naveen N. Rao
Nicholas Piggin wrote: Rather than special-case H_CEDE in the hcall trace wrappers, make the idle H_CEDE call use plpar_hcall_norets_notrace(). Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/plpar_wrappers.h | 6 +- arch/powerpc/platforms/pseries/lpar.c | 10 -- 2

[PATCH 3/4] powerpc/pseries: use notrace hcall variant for H_CEDE idle

2021-04-22 Thread Nicholas Piggin
Rather than special-case H_CEDE in the hcall trace wrappers, make the idle H_CEDE call use plpar_hcall_norets_notrace(). Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/plpar_wrappers.h | 6 +- arch/powerpc/platforms/pseries/lpar.c | 10 -- 2 files changed, 5 inserti