[parisc-linux-cvs] linux-2.5 willy

Matthew Wilcox parisc-linux@lists.parisc-linux.org
Mon, 22 Jul 2002 08:34:45 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux-2.5
Changes by:	willy	02/07/22 08:34:45

Modified files:
	arch/parisc/kernel: pci-dma.c 
	include/asm-parisc: cacheflush.h pgalloc.h tlbflush.h 
Added files:
	Documentation/parisc: todo 

Log message:
- Add a todo list
- Copy the flush_cache_range & flush_cache_page definitions across from
2.4 (minor inconsequential modifications needed for new calling conventions).
- Remove #warnings from header files
- make flush_tlb_kernel_range do a flush_cache_all.
- change pci-dma.c to use the new pte-related calls
- fix some bugs in the new pte macros (silly me).