Re: [PATCH 1/3] powerpc: copy preempt.h into arch/include/asm

2024-12-03 Thread Christophe Leroy
Le 03/12/2024 à 15:00, Shrikanth Hegde a écrit : On 12/2/24 23:47, Christophe Leroy wrote: Le 02/12/2024 à 15:05, Shrikanth Hegde a écrit : On 11/27/24 12:07, Christophe Leroy wrote: Le 25/11/2024 à 05:22, Shrikanth Hegde a écrit : PowerPC uses asm-generic preempt definitions as of

Re: [PATCH 1/3] powerpc: copy preempt.h into arch/include/asm

2024-12-03 Thread Shrikanth Hegde
On 12/2/24 23:47, Christophe Leroy wrote: Le 02/12/2024 à 15:05, Shrikanth Hegde a écrit : On 11/27/24 12:07, Christophe Leroy wrote: Le 25/11/2024 à 05:22, Shrikanth Hegde a écrit : PowerPC uses asm-generic preempt definitions as of now. Copy that into arch/asm so that arch specific

Re: [PATCH 1/3] powerpc: copy preempt.h into arch/include/asm

2024-12-02 Thread Shrikanth Hegde
On 11/27/24 12:07, Christophe Leroy wrote: Le 25/11/2024 à 05:22, Shrikanth Hegde a écrit : PowerPC uses asm-generic preempt definitions as of now. Copy that into arch/asm so that arch specific changes can be done. This would help the next patch for enabling dynamic preemption. The reas

Re: [PATCH 1/3] powerpc: copy preempt.h into arch/include/asm

2024-12-02 Thread Christophe Leroy
Le 02/12/2024 à 15:05, Shrikanth Hegde a écrit : On 11/27/24 12:07, Christophe Leroy wrote: Le 25/11/2024 à 05:22, Shrikanth Hegde a écrit : PowerPC uses asm-generic preempt definitions as of now. Copy that into arch/asm so that arch specific changes can be done. This would help the next

Re: [PATCH 1/3] powerpc: copy preempt.h into arch/include/asm

2024-11-26 Thread Christophe Leroy
Le 25/11/2024 à 05:22, Shrikanth Hegde a écrit : PowerPC uses asm-generic preempt definitions as of now. Copy that into arch/asm so that arch specific changes can be done. This would help the next patch for enabling dynamic preemption. Instead of copying all the content of asm-generic versio

Re: [PATCH 1/3] powerpc: copy preempt.h into arch/include/asm

2024-11-26 Thread Christophe Leroy
Le 25/11/2024 à 05:22, Shrikanth Hegde a écrit : PowerPC uses asm-generic preempt definitions as of now. Copy that into arch/asm so that arch specific changes can be done. This would help the next patch for enabling dynamic preemption. I can't see any valid use in following patches. The only

[PATCH 1/3] powerpc: copy preempt.h into arch/include/asm

2024-11-24 Thread Shrikanth Hegde
PowerPC uses asm-generic preempt definitions as of now. Copy that into arch/asm so that arch specific changes can be done. This would help the next patch for enabling dynamic preemption. No functional changes intended. Signed-off-by: Shrikanth Hegde --- arch/powerpc/include/asm/preempt.h | 100