On 08/31/17 16:13, [email protected] wrote:
> The mm-of-the-moment snapshot 2017-08-31-16-13 has been uploaded to
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> http://www.ozlabs.org/~akpm/mmotm/
>
> This is a snapshot of my -mm patch queue. Uploaded at random hopefully
> more than once a week.
from linux-next.patch:
on i386:
CC arch/x86/kernel/eisa.o
../arch/x86/kernel/eisa.c: In function 'eisa_bus_probe':
../arch/x86/kernel/eisa.c:11:2: error: implicit declaration of function
'ioremap' [-Werror=implicit-function-declaration]
void __iomem *p = ioremap(0x0FFFD9, 4);
^
../arch/x86/kernel/eisa.c:11:20: warning: initialization makes pointer from
integer without a cast [enabled by default]
void __iomem *p = ioremap(0x0FFFD9, 4);
^
../arch/x86/kernel/eisa.c:13:2: error: implicit declaration of function 'readl'
[-Werror=implicit-function-declaration]
if (readl(p) == 'E' + ('I'<<8) + ('S'<<16) + ('A'<<24))
^
../arch/x86/kernel/eisa.c:15:2: error: implicit declaration of function
'iounmap' [-Werror=implicit-function-declaration]
iounmap(p);
^
--
~Randy