From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756673Ab3KYRi2 (ORCPT ); Mon, 25 Nov 2013 12:38:28 -0500 Received: from merlin.infradead.org ([205.233.59.134]:48283 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753758Ab3KYRi1 (ORCPT ); Mon, 25 Nov 2013 12:38:27 -0500 Date: Mon, 25 Nov 2013 18:38:11 +0100 From: Peter Zijlstra To: Thomas Gleixner Cc: Linus Torvalds , Davidlohr Bueso , Linux Kernel Mailing List , Ingo Molnar , Darren Hart , Mike Galbraith , Jeff Mahoney , "Norton, Scott J" , tom.vaden@hp.com, "Chandramouleeswaran, Aswin" , Waiman Long , Jason Low , "Paul E. McKenney" Subject: Re: [PATCH 4/5] futex: Avoid taking hb lock if nothing to wakeup Message-ID: <20131125173811.GD10022@twins.programming.kicks-ass.net> References: <1385168197-8612-1-git-send-email-davidlohr@hp.com> <1385168197-8612-5-git-send-email-davidlohr@hp.com> <1385176773.5402.14.camel@buesod1.americas.hpqcorp.net> <20131125163627.GC10022@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 25, 2013 at 06:32:55PM +0100, Thomas Gleixner wrote: > In that context it would also be helpful to measure the overhead on > x86 for the !empty case. Yes, because mfence is by no means a cheap instruction on x86.