From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754832Ab2BUUJt (ORCPT ); Tue, 21 Feb 2012 15:09:49 -0500 Received: from terminus.zytor.com ([198.137.202.10]:45408 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753414Ab2BUUJs (ORCPT ); Tue, 21 Feb 2012 15:09:48 -0500 Message-ID: <4F43F9F0.4000605@zytor.com> Date: Tue, 21 Feb 2012 12:09:20 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120131 Thunderbird/10.0 MIME-Version: 1.0 To: Jason Baron CC: a.p.zijlstra@chello.nl, mingo@elte.hu, rostedt@goodmis.org, mathieu.desnoyers@efficios.com, davem@davemloft.net, ddaney.cavm@gmail.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/10] jump label: introduce very_[un]likely + cleanups + docs References: In-Reply-To: X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/21/2012 12:02 PM, Jason Baron wrote: > Hi, > > Renames 'static_branch()' -> very_unlikely(), hopefully, to be more intuitive > as to what jump labels is about. I'm also introducing 'very_likely()', as > the analogue to very_unlikely(). Patch is against the -tip perf branch. > Erk... I'm not happy about this. very_unlikely() makes it sound like it operates like unlikely(), which really is not the case. There is a huge difference in mechanism here as well as usage. -hpa