linux jsm

John Marvin jsm@puffin.external.hp.com
Sat, 28 Oct 2000 03:19:22 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	jsm	00/10/28 03:19:22

Modified files:
	arch/parisc/kernel: pci-dma.c 

Log message:
For PCI_DMA_FROMDEVICE we need to flush at unmap time. Normally this is
unecessary, but it becomes necessary if the driver used pci_dma_sync_single
(and then proceeded to read from the buffer, and then use the buffer again
for dma).