Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1211074imm; Wed, 11 Jul 2018 20:15:21 -0700 (PDT) X-Google-Smtp-Source: AAOMgpd+kq55xfzahS5ShvGWYFtM+D2ICucY4rYghyr7M8j30m0ND7svyig6eQwkNrlsPmQCxvxa X-Received: by 2002:a65:52cc:: with SMTP id z12-v6mr468888pgp.69.1531365321802; Wed, 11 Jul 2018 20:15:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531365321; cv=none; d=google.com; s=arc-20160816; b=SJkUQnTv+fBHB2cPvlSmpy7nHsF3AYiGyF+krM1EYWLtRBjfzsPHDLTMDQE3jciSwn RwD92rj5d/I9fNINLDve9yR3gkNiH8ADIlkACxu67cQx2o2PyZK/Bqp9nPl5fo3y89Ax wRhWUEllQifx17tf0rYMlcnJxzzR6jV+Vfn95kTgwDDbjMMX/lm4oFufc59vk3ZF7WvC 6fdLhZrZiuprpfW/69E0wPTYRiN5JZVnm8nk5t+p3xOF9a4G3un5X4cNGyvfv+voY0HB kzNy7LkMNAWl1Y2pTtIPOD90CNZPo93wQXhySDKdsr/0ECRwQup3dPXE1PBfDuI34ZH+ guAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date :arc-authentication-results; bh=V/2A6WNsjJYcAkno8Pni8bxpku4JEdTpl/op5Ntxoe8=; b=rzP3PcYixRwZsZgr5miuruxD0FzO0czLuOeWyItY8mI7RBqEV2nRVVynA46RXBFQRS hPo9gfGW9+WKMI6lmiXKVIZZSg4IiMo2HzHCLzOkiRZtb3tAvq+MwouJ1XcDIrhC/ZeZ W9oN6dJIZrwbbKIjnQG+sxV/BWGo6dOfezJwG0dFeYJvixW3cebMC9rGgaYrCnUUPCeH K8BvF2HYjpHnWd+1f1Ruiq/GoSBJezqnThZm3CGm3pyjMiz2jqHHTSbddupiImUNrBrB x/Dt0aUAyVClA4GV5ybRH/FvVZ7pVBgCRy54h3Vv78G/WLwH1tfYLCq7E85aFtl3wCmQ yGGQ== 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 j10-v6si6858433pfh.3.2018.07.11.20.15.06; Wed, 11 Jul 2018 20:15:21 -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 S1727057AbeGLC7e (ORCPT + 99 others); Wed, 11 Jul 2018 22:59:34 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:51930 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726720AbeGLC7d (ORCPT ); Wed, 11 Jul 2018 22:59:33 -0400 Received: from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net [74.93.104.98]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id B1C731008D9A2; Wed, 11 Jul 2018 19:52:14 -0700 (PDT) Date: Wed, 11 Jul 2018 19:52:14 -0700 (PDT) Message-Id: <20180711.195214.373420143941741317.davem@davemloft.net> To: arnd@arndb.de Cc: boris.brezillon@bootlin.com, linux-ia64@vger.kernel.org, linux-alpha@vger.kernel.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] sparc64: add reads{b,w,l}/writes{b,w,l} From: David Miller In-Reply-To: <20180711120824.3882108-2-arnd@arndb.de> References: <20180711120824.3882108-1-arnd@arndb.de> <20180711120824.3882108-2-arnd@arndb.de> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 11 Jul 2018 19:52:14 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arnd Bergmann Date: Wed, 11 Jul 2018 14:08:06 +0200 > Some drivers need these for compile-testing. On most architectures > they come from asm-generic/io.h, but not on sparc64, which has its > own definitions. > > Since we already have ioread*_rep()/iowrite*_rep() that have the > same behavior on sparc64 (i.e. all PCI I/O space is memory mapped), > we can rename the existing helpers and add macros to define them > to the same implementation. > > Signed-off-by: Arnd Bergmann Acked-by: David S. Miller