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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 836DAC43334 for ; Wed, 15 Jun 2022 06:49:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242687AbiFOGt0 (ORCPT ); Wed, 15 Jun 2022 02:49:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243145AbiFOGtX (ORCPT ); Wed, 15 Jun 2022 02:49:23 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3280443FF; Tue, 14 Jun 2022 23:49:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ysitRv3xhQ/0opcsLZgBDd+5+oJ6cii7ZXUtzDdN2bs=; b=Bt/jIrItpFGMmhD2t82mbrPCxX IYvizaoHsLXTzczLly3E94z0QpHSuhSN9nJXXiGv4NnFadJCcOXo6oT8yXuZx4i0GVNN488ufzbnl RSnuj9kd866sXQW8SBJZB6qO5G1O0CcMjGrQgP/kAPUkNOwHnquTo9ZlO+ElhY/XwW3ljhYpFLn7y 7caUyypCtkQHqBSShdA03uyEAIh2tmnI7EQq0bk2BTGaOXWiXlxENEgbzyNk7yyvLHKX+O46QwNod 6ShKgrSKHg/GXLV37SfkDT+vHpCyPRlBRXkWncr8PgoZEzeSL38kzShP3kiV21Al/Q6NvDWqYx8lD eFsi3wog==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1Mpy-00CvVU-FB; Wed, 15 Jun 2022 06:49:10 +0000 Date: Tue, 14 Jun 2022 23:49:10 -0700 From: Christoph Hellwig To: Wang Wenhu Cc: gregkh@linuxfoundation.org, arnd@arndb.de, hao.wu@intel.com, trix@redhat.com, mdf@kernel.org, yilun.xu@intel.com, bhelgaas@google.com, akpm@linux-foundation.org, linux-fpga@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, christophe.leroy@csgroup.eu, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, mpe@ellerman.id.au Subject: Re: [PATCHv2 1/2] mm: eliminate ifdef of HAVE_IOREMAP_PROT in .c files Message-ID: References: <20220615055735.53585-1-wenhu.wang@hotmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Did you verify that all architectures actually provide a ioremap_prot prototype? The header situation for ioremap* is a mess unfortunately.