public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problems with 2.5.14 PCI reorg and non-PCI architectures
@ 2002-05-08 23:11 James Bottomley
  2002-05-09  8:44 ` Greg KH
  0 siblings, 1 reply; 15+ messages in thread
From: James Bottomley @ 2002-05-08 23:11 UTC (permalink / raw)
  To: mochel, Greg KH; +Cc: linux-kernel

Hi All,

You've moved arch/i386/kernel/pci-dma.c under your pci subdirectory.  This 
means that it is now compiled in only when CONFIG_PCI is defined whereas 
previously it was always compiled.

This file contains all of the DMA memory manipulation functions (like 
pci_alloc_consistent et al.) which you need for device driver memory mapping 
even in a non PCI bus machine.

I think the solution is to move it back up to the i386/kernel level and make 
it always compiled in (perhaps keeping the name as dma.c, though).

James



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2002-05-09 21:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-08 23:11 Problems with 2.5.14 PCI reorg and non-PCI architectures James Bottomley
2002-05-09  8:44 ` Greg KH
2002-05-09 13:00   ` James Bottomley
2002-05-09 15:23     ` Greg KH
2002-05-09 16:47       ` James Bottomley
2002-05-09 16:52         ` [BK PATCH] PCI reorg fix Greg KH
2002-05-09 18:06           ` Patrick Mochel
2002-05-09 17:15             ` Greg KH
2002-05-09 18:26               ` James Bottomley
2002-05-09 18:23             ` Kai Germaschewski
2002-05-09 18:26               ` Patrick Mochel
2002-05-09 18:46                 ` Kai Germaschewski
2002-05-09 19:45           ` Martin Dalecki
2002-05-09 21:34             ` James Bottomley
2002-05-09 20:51               ` Martin Dalecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox