linux-2.3 willy
Matthew Wilcox
willy@puffin.external.hp.com
Tue, 29 Aug 2000 17:55:50 -0600
CVSROOT: /home/cvs/parisc
Module name: linux-2.3
Changes by: willy 00/08/29 17:55:50
Modified files:
include/asm-parisc: pgalloc.h cache.h
arch/parisc/kernel: pci-dma.c
Log message:
add kernel_fdc to <asm/cache.h>
add flush_kernel_dcache_range() to <asm/pgalloc.h> (bad place?)
change pci-dma.c:pa11_dma_map_single and pa11_dma_map_sg to use
flush_kernel_dcache_range instead of flush_cache_range.
Question: Should we be doing a sync or a syncdma at some point?