From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756083Ab1LASQm (ORCPT ); Thu, 1 Dec 2011 13:16:42 -0500 Received: from casper.infradead.org ([85.118.1.10]:48176 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755626Ab1LASQl convert rfc822-to-8bit (ORCPT ); Thu, 1 Dec 2011 13:16:41 -0500 Message-ID: <1322763376.4699.50.camel@twins> Subject: Re: [PATCH] jump_label: jump_label for boot options. From: Peter Zijlstra To: Jason Baron Cc: KAMEZAWA Hiroyuki , "linux-kernel@vger.kernel.org" , Jeremy Fitzhardinge , rostedt@goodmis.org Date: Thu, 01 Dec 2011 19:16:16 +0100 In-Reply-To: <20111201171628.GC2443@redhat.com> References: <20111201115353.563f79fc.kamezawa.hiroyu@jp.fujitsu.com> <20111201154036.GA2443@redhat.com> <1322756898.4699.30.camel@twins> <20111201165009.GB2443@redhat.com> <20111201171628.GC2443@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2011-12-01 at 12:16 -0500, Jason Baron wrote: > +static __always_inline bool static_branch_default_true(struct jump_label_key *key) > +{ > + return !arch_static_branch(key); > +} Right, but like said earlier, its useless :/