Re: mmotm 2017-08-31-16-13 uploaded (x86/kernel/eisa.c)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/31/17 16:13, akpm@xxxxxxxxxxxxxxxxxxxx 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

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx";> email@xxxxxxxxx </a>



[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]
  Powered by Linux