Re: [PATCH] powerpc/pseries: Fix CONFIG_DTL=n build

2022-10-14 Thread Michael Ellerman
On Thu, 13 Oct 2022 17:31:31 +1000, Nicholas Piggin wrote: > The recently moved dtl code must be compiled-in if > CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y even if CONFIG_DTL=n. > > Applied to powerpc/fixes. [1/1] powerpc/pseries: Fix CONFIG_DTL=n build https://git.kernel.org/powerpc/c/90d5ce82

Re: [PATCH] powerpc/pseries: Fix CONFIG_DTL=n build

2022-10-14 Thread Guenter Roeck
On Thu, Oct 13, 2022 at 05:31:31PM +1000, Nicholas Piggin wrote: > The recently moved dtl code must be compiled-in if > CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y even if CONFIG_DTL=n. > > Reported-by: Guenter Roeck > Fixes: 6ba5aa541aaa0 ("powerpc/pseries: Move dtl scanning and steal time > accounting

Re: [PATCH] powerpc/pseries: Fix CONFIG_DTL=n build

2022-10-13 Thread Guenter Roeck
On Thu, Oct 13, 2022 at 05:31:31PM +1000, Nicholas Piggin wrote: > The recently moved dtl code must be compiled-in if > CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y even if CONFIG_DTL=n. > > Reported-by: Guenter Roeck > Fixes: 6ba5aa541aaa0 ("powerpc/pseries: Move dtl scanning and steal time > accounting

[PATCH] powerpc/pseries: Fix CONFIG_DTL=n build

2022-10-13 Thread Nicholas Piggin
The recently moved dtl code must be compiled-in if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y even if CONFIG_DTL=n. Reported-by: Guenter Roeck Fixes: 6ba5aa541aaa0 ("powerpc/pseries: Move dtl scanning and steal time accounting to pseries platform") Signed-off-by: Nicholas Piggin --- arch/powerpc/plat