From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C30ABC3A59B for ; Mon, 19 Aug 2019 08:56:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9B9B42086C for ; Mon, 19 Aug 2019 08:56:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727122AbfHSI4Q (ORCPT ); Mon, 19 Aug 2019 04:56:16 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:44977 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726186AbfHSI4P (ORCPT ); Mon, 19 Aug 2019 04:56:15 -0400 Received: by mail-oi1-f195.google.com with SMTP id k22so733476oiw.11; Mon, 19 Aug 2019 01:56:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6G5Q8MNHtBsxtM0EYIY9kLhACl1vZMsZYLOG6VK87LE=; b=p8IDsKsxecsmx7fA/TTSwpImLS1tvufbE81mL0ENZCxFmwOm6ZTCcplHbeUnxeD/pg Bqxopf5eFqGy6WSmadBN2o1GHJ60mkNTs5hV00d2pHhxkrz2A6CfTlqKqmxqmtqa8uU6 TsrPcK3lN4viGY25py0Jujpu4G3MWzmsibWEa03dT3RfO3gPAQyKVpAmV68p1uIdPfdt bZymL6c4xYAfParRwXNWFTEpXAU3VL77msA/P8eIe6r8AW3jnkXftjDw44j/HCIUySIX xb9CkGBP5kfnc88KvttpetzGqjZWSdNqA5haMq8KV4g0y/OM/ECTzoQvdfUdOp4C6l5M 1qUw== X-Gm-Message-State: APjAAAVY0UTbGPGSM+XHHPMA9pWsFCvkH6VhP9z1VK6cGr4YpfwKGDpG /WBbXaEtx36iHlkJ3xbs7WcJz0dbHb7QaSuP2H0= X-Google-Smtp-Source: APXvYqwNkMBh58jQZs/taAE8CIPOk6D0evfJ20SfbPqDG1zrFPybSy7xKWIfKgi9aIO2Yy6HJzobqI2PMgSWcaN0QpY= X-Received: by 2002:a54:478d:: with SMTP id o13mr12702951oic.54.1566204974376; Mon, 19 Aug 2019 01:56:14 -0700 (PDT) MIME-Version: 1.0 References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-9-hch@lst.de> In-Reply-To: <20190817073253.27819-9-hch@lst.de> From: Geert Uytterhoeven Date: Mon, 19 Aug 2019 10:56:02 +0200 Message-ID: Subject: Re: [PATCH 08/26] m68k: simplify ioremap_nocache To: Christoph Hellwig Cc: Arnd Bergmann , Guo Ren , Michal Simek , Greentime Hu , Vincent Chen , Guan Xuetao , "the arch/x86 maintainers" , alpha , arcml , Linux ARM , "open list:QUALCOMM HEXAGON..." , "linux-ia64@vger.kernel.org" , linux-m68k , linux-mips@vger.kernel.org, nios2-dev@lists.rocketboards.org, Openrisc , Parisc List , linux-riscv@lists.infradead.org, linux-s390 , Linux-sh list , sparclinux , linux-xtensa@linux-xtensa.org, MTD Maling List , Linux-Arch , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org Hi Christoph, On Sat, Aug 17, 2019 at 9:48 AM Christoph Hellwig wrote: > Just define ioremap_nocache to ioremap instead of duplicating the > inline. Also defined ioremap_uc in terms of ioremap instead of > the using a double indirection. > > Signed-off-by: Christoph Hellwig Acked-by: Geert Uytterhoeven BTW, shouldn't we get rid of the sole user of ioremap_uc(), too? Seems to make a difference on x86 only, where it is "strongly uncached" (whatever that may mean ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds