[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a0cbb0cd-263b-0a14-04a8-bb5e40b3181e@c-s.fr>
Date: Tue, 21 Jan 2020 09:21:18 +0100
From: Christophe Leroy <christophe.leroy@....fr>
To: 王文虎 <wenhu.wang@...o.com>,
Andrew Donnellan <ajd@...ux.ibm.com>
Cc: Kate Stewart <kstewart@...uxfoundation.org>,
Richard Fontana <rfontana@...hat.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, wangwenhu <wenhu.pku@...il.com>,
Paul Mackerras <paulus@...ba.org>, trivial@...nel.org,
Thomas Gleixner <tglx@...utronix.de>,
linuxppc-dev@...ts.ozlabs.org, lonehugo@...mail.com
Subject: Re: [PATCH] powerpc/sysdev: fix compile errors
Le 21/01/2020 à 07:59, 王文虎 a écrit :
> 发件人:Andrew Donnellan <ajd@...ux.ibm.com>
> 发送日期:2020-01-21 14:13:07
> 收件人:wangwenhu <wenhu.pku@...il.com>,Benjamin Herrenschmidt <benh@...nel.crashing.org>,Paul Mackerras <paulus@...ba.org>,Michael Ellerman <mpe@...erman.id.au>,Kate Stewart <kstewart@...uxfoundation.org>,Greg Kroah-Hartman <gregkh@...uxfoundation.org>,Richard Fontana <rfontana@...hat.com>,Thomas Gleixner <tglx@...utronix.de>,linuxppc-dev@...ts.ozlabs.org,linux-kernel@...r.kernel.org
> 抄送人:trivial@...nel.org,lonehugo@...mail.com,wenhu.wang@...o.com
> 主题:Re: [PATCH] powerpc/sysdev: fix compile errors>On 21/1/20 4:31 pm, wangwenhu wrote:
>>> From: wangwenhu <wenhu.wang@...o.com>
>>>
>>> Include arch/powerpc/include/asm/io.h into fsl_85xx_cache_sram.c to
>>> fix the implicit declaration compile errors when building Cache-Sram.
>>>
>>> arch/powerpc/sysdev/fsl_85xx_cache_sram.c: In function ‘instantiate_cache_sram’:
>>> arch/powerpc/sysdev/fsl_85xx_cache_sram.c:97:26: error: implicit declaration of function ‘ioremap_coherent’; did you mean ‘bitmap_complement’? [-Werror=implicit-function-declaration]
>>> cache_sram->base_virt = ioremap_coherent(cache_sram->base_phys,
>>> ^~~~~~~~~~~~~~~~
>>> bitmap_complement
>>> arch/powerpc/sysdev/fsl_85xx_cache_sram.c:97:24: error: assignment makes pointer from integer without a cast [-Werror=int-conversion]
>>> cache_sram->base_virt = ioremap_coherent(cache_sram->base_phys,
>>> ^
>>> arch/powerpc/sysdev/fsl_85xx_cache_sram.c:123:2: error: implicit declaration of function ‘iounmap’; did you mean ‘roundup’? [-Werror=implicit-function-declaration]
>>> iounmap(cache_sram->base_virt);
>>> ^~~~~~~
>>> roundup
>>> cc1: all warnings being treated as errors
>>>
>>> Signed-off-by: wangwenhu <wenhu.wang@...o.com>
>>
>> How long has this code been broken for?
>
> It's been broken almost 15 months since the commit below:
> "commit aa91796ec46339f2ed53da311bd3ea77a3e4dfe1
Can you then add a Fixes: tag ?
Thanks
Christophe
> Author: Christophe Leroy <christophe.leroy@....fr>
> Date: Tue Oct 9 13:51:41 2018 +0000
>
> powerpc: don't use ioremap_prot() nor __ioremap() unless really needed."
>
> And we are working on it now for further development.
>
>>
>>> ---
>>> arch/powerpc/sysdev/fsl_85xx_cache_sram.c | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/arch/powerpc/sysdev/fsl_85xx_cache_sram.c b/arch/powerpc/sysdev/fsl_85xx_cache_sram.c
>>> index f6c665dac725..29b6868eff7d 100644
>>> --- a/arch/powerpc/sysdev/fsl_85xx_cache_sram.c
>>> +++ b/arch/powerpc/sysdev/fsl_85xx_cache_sram.c
>>> @@ -17,6 +17,7 @@
>>> #include <linux/of_platform.h>
>>> #include <asm/pgtable.h>
>>> #include <asm/fsl_85xx_cache_sram.h>
>>> +#include <asm/io.h>
>>>
>>> #include "fsl_85xx_cache_ctlr.h"
>>>
>>
>> --
>> Andrew Donnellan OzLabs, ADL Canberra
>> ajd@...ux.ibm.com IBM Australia Limited
>>
>
> Wenhu
>
Powered by blists - more mailing lists