Re: DECstation fails to compile with iomap patch applied

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

 



On Mon, 23 Jan 2006, Atsushi Nemoto wrote:

> tbm>   CC      arch/mips/lib/iomap.o
> tbm> arch/mips/lib/iomap.c: In function ʽpci_iomapʼ:
> tbm> arch/mips/lib/iomap.c:66: error: ʽ_CACHE_CACHABLE_COWʼ undeclared (first use in this function)
> 
> Yes, R3000 does not define _CACHE_CACHABLE_COW.  I suppose the line would be
> 
> 	return __ioremap_mode(start, len, PAGE_CACHABLE_DEFAULT);
> 
> or
> 
> 	return ioremap(start, len);
> 
> I doubt we can really use cacheable page for IORESOURCE_CACHEABLE
> resource...

 I think "iomap.o" should simply be obj-$(CONFIG_PCI) until (unless) there 
is a use for it for other I/O buses.

  Maciej

[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux