Re: [PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jun 18, 2014 at 01:39:52PM +0200, Paolo Bonzini wrote:
> Il 15/06/2014 14:47, Peter Zijlstra ha scritto:
> >
> >-	for (;;) {
> >-		new = (val & ~_Q_PENDING_MASK) | _Q_LOCKED_VAL;
> >-
> >-		old = atomic_cmpxchg(&lock->val, val, new);
> >-		if (old == val)
> >-			break;
> >-
> >-		val = old;
> >-	}
> >+	clear_pending_set_locked(lock, val);
> > 	return;
> 
> 
> Might as well add clear_pending_set_locked already in patch 3.

Patch 4, if anywhere.

Attachment: pgpDHHprmG88s.pgp
Description: PGP signature


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux