From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754338AbaAUK1H (ORCPT ); Tue, 21 Jan 2014 05:27:07 -0500 Received: from merlin.infradead.org ([205.233.59.134]:49311 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754021AbaAUK1E (ORCPT ); Tue, 21 Jan 2014 05:27:04 -0500 Date: Tue, 21 Jan 2014 11:26:26 +0100 From: Peter Zijlstra To: Tim Chen Cc: Ingo Molnar , Andrew Morton , Thomas Gleixner , "Paul E.McKenney" , Will Deacon , linux-kernel@vger.kernel.org, linux-mm , linux-arch@vger.kernel.org, Linus Torvalds , Waiman Long , Andrea Arcangeli , Alex Shi , Andi Kleen , Michel Lespinasse , Davidlohr Bueso , Matthew R Wilcox , Dave Hansen , Rik van Riel , Peter Hurley , Raghavendra K T , George Spelvin , "H. Peter Anvin" , Arnd Bergmann , Aswin Chandramouleeswaran , Scott J Norton , "Figo.zhang" Subject: Re: [PATCH v8 3/6] MCS Lock: optimizations and extra comments Message-ID: <20140121102626.GV31570@twins.programming.kicks-ass.net> References: <1390267468.3138.37.camel@schen9-DESK> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390267468.3138.37.camel@schen9-DESK> 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, Jan 20, 2014 at 05:24:28PM -0800, Tim Chen wrote: > From: Jason Low > > Remove unnecessary operation to assign locked status to 1 if lock is > acquired without contention as this value will not be checked by lock > holder again and other potential lock contenders will not be looking at > their own lock status. Ha, read that again :-)