Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3093361imm; Mon, 13 Aug 2018 06:01:46 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxXXOoDyip+6TyBP2SVrrujoahOAEPF6xCZHcNcojz2CW5ORz7dyEL6TS3dJ45aPNH7/oda X-Received: by 2002:a17:902:8e81:: with SMTP id bg1-v6mr16456479plb.129.1534165306782; Mon, 13 Aug 2018 06:01:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534165306; cv=none; d=google.com; s=arc-20160816; b=RMu/vs1HV3on4wcTlS+WKXjNMYRBeRm94eMq4RzZCGJFW473ojcbr7pvp+CduHfY2r 97jdjszKzDzUZImrwTfq6qyjj69bxJd6D1MAmX/LFbpyv6Gwui0gzc2eyZcSGTBqbsBH /CRxJKTWyOcSCRnicRg1gZppF0RKVkO6GA51BIsxxPMC1j/YUJlGfuvfen/fcd7yi4gR J8znEidHeodOja670BjdnFB1uFe2sBrkS3/cOvxVRPq4RrhIIhpEsoxq3WUbjHS9U31r 4UMpSNKml5KZYbTugrR4DJZndnynrSEv8bdzdpY+GBxUibzfetYXFF8wx2xzx3gaw9aU wqHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=Oa/GEVG3+e7pjFidMfq0yXz6xdwHhXuXj6jyNmZ2Lvg=; b=aNBOhtFm6Y9I+RaWl1qDsZ7yC1M9K5NSnfXUcAgdJ68EpUjMfr3optDGoE+nI25slo Ywkius54crjIb0nYFhS3CAkVeuXry8oUN/eyKGuUaUCMoV7grh2fLSPhwjK2+UGid77L QXwfBV7MtomwOL4DunjgXOwH58CyGu2Kgd6YNQOuv72o1KcGMDl4026uB85Qyk3n9yjX JAAxJG4qYTYkEzWyjA8ipz4C9eA7CyNebNEbAs3Xc62mSmjHFWC7ZB9t8iqSnn2Gn0Ib 1YZcAU4Nl64+4fN1MoRaNoHerNCMX0EgNjMWrRXU0GLIyPUz+lPbX4f1XBlKokwdoV0G 7UhA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 6-v6si18001420pgw.680.2018.08.13.06.01.31; Mon, 13 Aug 2018 06:01:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729675AbeHMOFD (ORCPT + 99 others); Mon, 13 Aug 2018 10:05:03 -0400 Received: from ozlabs.org ([203.11.71.1]:45927 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728848AbeHMOFC (ORCPT ); Mon, 13 Aug 2018 10:05:02 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41ptd913q3z9sCX; Mon, 13 Aug 2018 21:23:09 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 6bd6d8672208e8dc0c18588d6eb4588a195fd788 In-Reply-To: <975595591e096f4ad3253b5a11713beaf62912c4.1533561636.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPM Message-Id: <41ptd913q3z9sCX@ozlabs.org> Date: Mon, 13 Aug 2018 21:23:09 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-08-06 at 15:09:11 UTC, Christophe Leroy wrote: > commit e8cb7a55eb8dc ("powerpc: remove superflous inclusions of > asm/fixmap.h") removed inclusion of asm/fixmap.h from files not > including objects from that file. > > However, asm/mmu-8xx.h includes call to __fix_to_virt(). The proper > way would be to include asm/fixmap.h in asm/mmu-8xx.h but it creates > an inclusion loop. > > So we have to leave asm/fixmap.h in sysdep/cpm_common.c for > CONFIG_PPC_EARLY_DEBUG_CPM > > CC arch/powerpc/sysdev/cpm_common.o > In file included from ./arch/powerpc/include/asm/mmu.h:340:0, > from ./arch/powerpc/include/asm/reg_8xx.h:8, > from ./arch/powerpc/include/asm/reg.h:29, > from ./arch/powerpc/include/asm/processor.h:13, > from ./arch/powerpc/include/asm/thread_info.h:28, > from ./include/linux/thread_info.h:38, > from ./arch/powerpc/include/asm/ptrace.h:159, > from ./arch/powerpc/include/asm/hw_irq.h:12, > from ./arch/powerpc/include/asm/irqflags.h:12, > from ./include/linux/irqflags.h:16, > from ./include/asm-generic/cmpxchg-local.h:6, > from ./arch/powerpc/include/asm/cmpxchg.h:537, > from ./arch/powerpc/include/asm/atomic.h:11, > from ./include/linux/atomic.h:5, > from ./include/linux/mutex.h:18, > from ./include/linux/kernfs.h:13, > from ./include/linux/sysfs.h:16, > from ./include/linux/kobject.h:20, > from ./include/linux/device.h:16, > from ./include/linux/node.h:18, > from ./include/linux/cpu.h:17, > from ./include/linux/of_device.h:5, > from arch/powerpc/sysdev/cpm_common.c:21: > arch/powerpc/sysdev/cpm_common.c: In function ‘udbg_init_cpm’: > ./arch/powerpc/include/asm/mmu-8xx.h:218:25: error: implicit declaration of function ‘__fix_to_virt’ [-Werror=implicit-function-declaration] > #define VIRT_IMMR_BASE (__fix_to_virt(FIX_IMMR_BASE)) > ^ > arch/powerpc/sysdev/cpm_common.c:75:7: note: in expansion of macro ‘VIRT_IMMR_BASE’ > VIRT_IMMR_BASE); > ^ > ./arch/powerpc/include/asm/mmu-8xx.h:218:39: error: ‘FIX_IMMR_BASE’ undeclared (first use in this function) > #define VIRT_IMMR_BASE (__fix_to_virt(FIX_IMMR_BASE)) > ^ > arch/powerpc/sysdev/cpm_common.c:75:7: note: in expansion of macro ‘VIRT_IMMR_BASE’ > VIRT_IMMR_BASE); > ^ > ./arch/powerpc/include/asm/mmu-8xx.h:218:39: note: each undeclared identifier is reported only once for each function it appears in > #define VIRT_IMMR_BASE (__fix_to_virt(FIX_IMMR_BASE)) > ^ > arch/powerpc/sysdev/cpm_common.c:75:7: note: in expansion of macro ‘VIRT_IMMR_BASE’ > VIRT_IMMR_BASE); > ^ > cc1: all warnings being treated as errors > make[1]: *** [arch/powerpc/sysdev/cpm_common.o] Error 1 > > Fixes: e8cb7a55eb8dc ("powerpc: remove superflous inclusions of asm/fixmap.h") > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/6bd6d8672208e8dc0c18588d6eb458 cheers