Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp5152914imm; Tue, 19 Jun 2018 06:02:37 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIk0mFyC/ZAkdq+0ydkCgJB9GeyUrJfBGqODoLQQke/KzvMJSY1mXNDzq9i0UZSNE/4yrq7 X-Received: by 2002:a62:fe19:: with SMTP id z25-v6mr17742908pfh.167.1529413357449; Tue, 19 Jun 2018 06:02:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529413357; cv=none; d=google.com; s=arc-20160816; b=msUWwEhb8bBTxC2rdq/9GgaSs+8SZuL9it4xrwMENuzR+j5PgliizJwwR8ibZ4Y1me wkpYh9ara2wAus0S0R6JluEfL3uOXjNWP5sPToyGnO7QGgGOUfA4DdAMmftim0EeNZAh LoslDoOrgYixEO3y+qykFGH99IworsnqaNKVTtIMChqNlYdzsxjdHlbdzDG+3dCTC8A/ Piw/mIUOAaDPMIoyzr8tm9hTUsHbBYwbXQSwnmkhHdCzyrDWu0To/zyB6S53LZLyTM1j vMc2eFHwTT0kou5zl8sk+KMVOsfxCMwE4nveVgwIsrlxUtmI52VuijQtMB3tO654gAl4 JaoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=LdQoS7nfb4+kGnegOF5EISDEx7Obk5YeHd19TWbLnlA=; b=bOhY9f/uP8G6JO8OdQ8eH+meX0f7Mot2Cya4d7LzNI98QdqcI870SfrlScF2GoecfW E2s9FgSDyny0RQ/YwapKcZVqIP/BrfJZ2ML3lrAs7KkHxS8IC6TJhHkNdKde0i30e0ic 2tw7Eh/+dSxYw8d2+zdGrv9BCYffpk4fcH6RQbkH+A922zatqq7JbLDN5opPJs4XGemB k0Fo1ZalGLktkGAQyGGd64Rgrq4CL2yG2gtQeEkFgAzJAuMvWuEX6RbZOPrmi+eDS37I MOkWvFivaumLxp7zKRODb/czlMWNWMMQgna9of1IbKlIip6f+p/0t7Y47qxs6rY2a88T 86Dg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d5-v6si17457272plr.13.2018.06.19.06.02.22; Tue, 19 Jun 2018 06:02:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757248AbeFSNBf (ORCPT + 99 others); Tue, 19 Jun 2018 09:01:35 -0400 Received: from ozlabs.org ([203.11.71.1]:47077 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757229AbeFSNBd (ORCPT ); Tue, 19 Jun 2018 09:01:33 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 4197Q02Tzhz9s1B; Tue, 19 Jun 2018 23:01:27 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Paul Burton , linux-kbuild@vger.kernel.org Cc: Mauro Carvalho Chehab , linux-mips@linux-mips.org, Arnd Bergmann , Ingo Molnar , Matthew Wilcox , Thomas Gleixner , Douglas Anderson , Josh Poimboeuf , Andrew Morton , Matthias Kaehlcke , He Zhe , Benjamin Herrenschmidt , Michal Marek , Khem Raj , Christophe Leroy , Al Viro , Stafford Horne , "Gideon Israel Dsouza" , Masahiro Yamada , Kees Cook , Heiko Carstens , linux-kernel@vger.kernel.org, Paul Mackerras , linuxppc-dev@lists.ozlabs.org, Paul Burton Subject: Re: [PATCH 3/3] Revert "powerpc: fix build failure by disabling attribute-alias warning in pci_32" In-Reply-To: <20180616005323.7938-4-paul.burton@mips.com> References: <20180616005323.7938-1-paul.burton@mips.com> <20180616005323.7938-4-paul.burton@mips.com> Date: Tue, 19 Jun 2018 23:01:27 +1000 Message-ID: <87tvpzvsk8.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Paul Burton writes: > With SYSCALL_DEFINEx() disabling -Wattribute-alias generically, there's > no need to duplicate that for PowerPC's pciconfig_iobase syscall. > > This reverts commit 415520373975 ("powerpc: fix build failure by > disabling attribute-alias warning in pci_32"). > > Signed-off-by: Paul Burton > --- > > arch/powerpc/kernel/pci_32.c | 4 ---- > 1 file changed, 4 deletions(-) Acked-by: Michael Ellerman cheers