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 D58E5C433EF for ; Sun, 22 May 2022 11:54:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235604AbiEVLyi (ORCPT ); Sun, 22 May 2022 07:54:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229998AbiEVLyi (ORCPT ); Sun, 22 May 2022 07:54:38 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4DF852CDC4; Sun, 22 May 2022 04:54:37 -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=RzMWJ+V7j6n8wqrdlxSAaZ65WmCdGM5jpjFwYqURuAU=; b=KcmlhnLarEdV5Hogd22WEy04wc fIAC//AKmkT1hu9BOGzKTN9giV2GHY/5ZIjNSME5+BVQ7fMpe7aDmjO++gQrc5dfC+ZJb9sFKhrKb 7YN8508ec+ZXufjZLhiBF1TSGV9hdiz1kfCQG1n354+x+JlVxwgWUCUXc+AI+LVOGZm8D7QTR8vSj SIXtAbGQMzxz29kMBziWGwHHot0FIjk8VBwzkRJTG0zc8wPn9jJIZ5LhlMIJFHDKRbcOt6ebCXLPL 7pBLHdpGi53Qh8WZ0eBhi768k6Q/WocMotP2Wpd1k9NZdTrBNpb3JuK+aEB9yrvbkWWzS8l3/oZOD 29p2Z10A==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nskAB-001Ecq-QI; Sun, 22 May 2022 11:54:23 +0000 Date: Sun, 22 May 2022 04:54:23 -0700 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Guenter Roeck , kernel test robot , Andrew Morton , linux-staging@lists.linux.dev, "open list:TI ETHERNET SWITCH DRIVER (CPSW)" , linux-nvme@lists.infradead.org, linux-hwmon@vger.kernel.org, Linux Fbdev development list , KVM list , DRI Development , amd-gfx list , Linux Memory Management List , Luc Van Oostenryck , linux-sparse@vger.kernel.org, linux-m68k Subject: Re: [linux-next:master] BUILD REGRESSION 736ee37e2e8eed7fe48d0a37ee5a709514d478b3 Message-ID: References: <6285958d.+Z2aDZ4O1Y9eiazd%lkp@intel.com> <0530d502-1291-23f3-64ac-97bd38a26bd4@roeck-us.net> 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-fbdev@vger.kernel.org How about just turning the MMIO/PIO accessors on m68k into inline functions as they are on most other architectures?