Message ID | 20190423034959.13525-1-yamada.masahiro@socionext.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-mips-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 79A54112C for <patchwork-linux-mips@patchwork.kernel.org>; Tue, 23 Apr 2019 03:52:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6AEE428630 for <patchwork-linux-mips@patchwork.kernel.org>; Tue, 23 Apr 2019 03:52:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5EC1E287DB; Tue, 23 Apr 2019 03:52:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0602428630 for <patchwork-linux-mips@patchwork.kernel.org>; Tue, 23 Apr 2019 03:52:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730294AbfDWDv0 (ORCPT <rfc822;patchwork-linux-mips@patchwork.kernel.org>); Mon, 22 Apr 2019 23:51:26 -0400 Received: from conuserg-07.nifty.com ([210.131.2.74]:38285 "EHLO conuserg-07.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730163AbfDWDvZ (ORCPT <rfc822;linux-mips@vger.kernel.org>); Mon, 22 Apr 2019 23:51:25 -0400 Received: from localhost.localdomain (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id x3N3o2c8023044; Tue, 23 Apr 2019 12:50:02 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com x3N3o2c8023044 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1555991403; bh=FNY6rrYiMoGD+jWcwwTPcNklqzGYY9hI0s3WFij8l94=; h=From:To:Cc:Subject:Date:From; b=1FHfUtFyY0SiKsXjLWk3/Z/TDGYdjXcM8rtYlgQhRAA7ymhB/30QNo3As0bXwA/e/ AEQ32Bc6b9gd2+pGmAF70ERzX91lPgBWG5NCzkVF4YfmgEql2MEpaNG1J7io/ab7i0 A1qcxsYxaQNymoLaeyL1OC4CAVoT2s4dukYC9IR6jFCehOiqTJUpjKw1mTwkCaxvJ8 2xaC3GkbJu1vjCOBIVcG1lzrnWcUhwcBK2dg4Lm2kR7DyeoJMmrgY2OSjRvmovwaVQ 6ueL3qERb4Uf5vvBJuxVleXemHpAhcAGrxEGSOu+ij3WRDedv0e05ubg3BXBpBgkpe n8gzpxdSaFfhA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada <yamada.masahiro@socionext.com> To: Andrew Morton <akpm@linux-foundation.org>, linux-arch <linux-arch@vger.kernel.org> Cc: linux-s390@vger.kernel.org, Heiko Carstens <heiko.carstens@de.ibm.com>, Arnd Bergmann <arnd@arndb.de>, linuxppc-dev@lists.ozlabs.org, x86@kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar <mingo@redhat.com>, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Christophe Leroy <christophe.leroy@c-s.fr>, Mathieu Malaterre <malat@debian.org>, Masahiro Yamada <yamada.masahiro@socionext.com> Subject: [RESEND PATCH v3 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING Date: Tue, 23 Apr 2019 12:49:48 +0900 Message-Id: <20190423034959.13525-1-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: <linux-mips.vger.kernel.org> X-Mailing-List: linux-mips@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
|
expand
|