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 E79ECC433F5 for ; Wed, 27 Apr 2022 17:11:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243891AbiD0ROV (ORCPT ); Wed, 27 Apr 2022 13:14:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243812AbiD0ROS (ORCPT ); Wed, 27 Apr 2022 13:14:18 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D1FB4248A for ; Wed, 27 Apr 2022 10:11:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C4969B826BD for ; Wed, 27 Apr 2022 17:11:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4ACCDC385A9; Wed, 27 Apr 2022 17:11:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1651079464; bh=AGwDx7+cWoakdmlg+hI61Nz04dn+bM8npW2iCZ4X5+A=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oNccGLwlKlsoO191v5NWE2I3DB+8wmf/xO7RLfiEdIq7/6ZcLQHBpHWo4XV0eGijB Jk9HEngiZOPbASj0CHCn8sbwZZ7OyKfsDcmJ6+Fu5PJt7DAxmATJTROtMbJae2DD2a 2oFsxNEO2HNdxYz6Uagh8lXmpOH/QmuxngaJdo8I= Date: Wed, 27 Apr 2022 10:11:03 -0700 From: Andrew Morton To: Kefeng Wang Cc: Catalin Marinas , Will Deacon , , , Subject: Re: [PATCH 3/4] arm64: mm: Convert to GENERIC_IOREMAP Message-Id: <20220427101103.9cb55ee5a9682c9be277b468@linux-foundation.org> In-Reply-To: <20220427121413.168468-4-wangkefeng.wang@huawei.com> References: <20220427121413.168468-1-wangkefeng.wang@huawei.com> <20220427121413.168468-4-wangkefeng.wang@huawei.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 Apr 2022 20:14:12 +0800 Kefeng Wang wrote: > Subject: [PATCH 3/4] arm64: mm: Convert to GENERIC_IOREMAP doh, that's why.