Re: [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h

2023-09-13 Thread Leonardo Bras
On Sun, Sep 10, 2023 at 04:28:56AM -0400, guo...@kernel.org wrote: > From: Guo Ren > > Move ticket-lock definition into an independent file. This is the > preparation for the next combo spinlock of riscv. > > Signed-off-by: Guo Ren > Signed-off-by: Guo Ren > --- > include/asm-generic/spinlock

[PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h

2023-09-10 Thread guoren
From: Guo Ren Move ticket-lock definition into an independent file. This is the preparation for the next combo spinlock of riscv. Signed-off-by: Guo Ren Signed-off-by: Guo Ren --- include/asm-generic/spinlock.h| 87 +- include/asm-generic/ticket_spinlock.h | 103 +