Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934515AbbDVJbc (ORCPT ); Wed, 22 Apr 2015 05:31:32 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:36330 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756383AbbDVJba (ORCPT ); Wed, 22 Apr 2015 05:31:30 -0400 MIME-Version: 1.0 In-Reply-To: <20150422092850.GA24664@gmail.com> References: <1429565231-4609-1-git-send-email-hagen@jauu.net> <20150420215645.GC10191@pd.tnic> <20150421074212.GA25081@gmail.com> <20150421225723.GA5927@virgo.local> <20150422052441.GA395@x4> <20150422055848.GA3307@virgo.local> <20150422092040.GB395@x4> <20150422092850.GA24664@gmail.com> Date: Wed, 22 Apr 2015 11:31:28 +0200 Message-ID: Subject: Re: [PATCH RFC] x86: enforce inlining for atomics From: Hagen Paul Pfeifer To: Ingo Molnar Cc: Markus Trippelsdorf , Linus Torvalds , Borislav Petkov , "linux-kernel@vger.kernel.org" , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Andrew Morton Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 702 Lines: 18 On 22 April 2015 at 11:28, Ingo Molnar wrote: > So I think the original patch makes sense (and I already applied it), > we want known-simple and performance critical methods (such as atomic > ops) always inlined. Right. As I wrote I will post a follow up patch for the remaining cases where inline is a must. To guarantee that performance critical functions are always inlined - no matter what configuration is used. Thank you! Hagen -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/