Re: [PATCH 0/2] start using spin primitives in sched and locking

2017-08-31 Thread Nicholas Piggin
Hi guys, Any thoughts on these? Thanks, Nick On Sun, 20 Aug 2017 19:25:00 +1000 Nicholas Piggin wrote: > Nicholas Piggin (2): > locking: Use spin primitives for busy loops > sched/idle: Use spin loop primitives for polling idle > > include/linux/bit_spinlock.h| 5 ++--- > includ

[PATCH 0/2] start using spin primitives in sched and locking

2017-08-20 Thread Nicholas Piggin
Nicholas Piggin (2): locking: Use spin primitives for busy loops sched/idle: Use spin loop primitives for polling idle include/linux/bit_spinlock.h| 5 ++--- include/linux/seqlock.h | 9 - kernel/locking/mcs_spinlock.h | 6 ++ kernel/locking/mutex.c