Re: [PATCH 3/3] powerpc: print right preemption model in die

2024-12-03 Thread Christophe Leroy
Le 25/11/2024 à 05:22, Shrikanth Hegde a écrit : Preemption models can change at runtime with dynamic preemption in place. So need to use the right methods instead of relying on CONFIG_PREEMPT to decide whether its full preemption or not. Then this patch should go _before_ activating dynamic

[PATCH 3/3] powerpc: print right preemption model in die

2024-11-24 Thread Shrikanth Hegde
Preemption models can change at runtime with dynamic preemption in place. So need to use the right methods instead of relying on CONFIG_PREEMPT to decide whether its full preemption or not. While there, fix it to print preemption model correctly. Signed-off-by: Shrikanth Hegde --- arch/powe