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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2154DC433F5 for ; Tue, 9 Nov 2021 08:37:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D1C6611C1 for ; Tue, 9 Nov 2021 08:37:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239427AbhKIIjs (ORCPT ); Tue, 9 Nov 2021 03:39:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239047AbhKIIjq (ORCPT ); Tue, 9 Nov 2021 03:39:46 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 605E7C061764; Tue, 9 Nov 2021 00:36:59 -0800 (PST) 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=zTI8nQ3jMXNTmsVOkP1ahhIhMO162JA8Ib3ozvKtoFI=; b=TNb0MCaAjSQNXLYGlk4Mw7fows UJqfC/5+V/6P+j/Dqrs0tUeO7WB1xosjo1YMSs5bjhmURexhUidKy4xxBaMphmXeejatJK1IdYU8Z 8P7t6zdyLhFTJkTSIThe0sePozzwqwAYDTNzrBrGrFGVIJZjXmf4WLV8m/MWs7QRdTxmNO+6xclR+ Hv0JIYRgHWLT/duLSunKjGxkUSSyKnyymsuiJ4tEWYrdaCwKOkCIysbbEQ/NbtfT9ieO6FhKRJLWk J/HACKmFu0qeAQzfb6no9CJ0sZsJm1Ofu5LYGtqQ53cIv6AAQh+V7N2N0ciX3Xzxa0QSQhRGlBHA1 OOWuFeaw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mkMcj-0012e4-MD; Tue, 09 Nov 2021 08:36:57 +0000 Date: Tue, 9 Nov 2021 00:36:57 -0800 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: "Darrick J . Wong " , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Jens Axboe , Christoph Hellwig Subject: Re: [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio() Message-ID: References: <20211108040551.1942823-1-willy@infradead.org> <20211108040551.1942823-2-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211108040551.1942823-2-willy@infradead.org> 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-block@vger.kernel.org On Mon, Nov 08, 2021 at 04:05:24AM +0000, Matthew Wilcox (Oracle) wrote: > These architectures do not include asm-generic/cacheflush.h so need > to declare it themselves. In mainline mm/util.c implements flush_dcache_folio unless ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO is set. So I think you need to define that for csky and sparc.