linux-2.3 willy

Matthew Wilcox willy@puffin.external.hp.com
Thu, 31 Aug 2000 15:22:10 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	willy	00/08/31 15:22:10

Modified files:
	include/asm-parisc: pgalloc.h 

Log message:
replace broken cache / page TLB entry flushing routines with calls to
flush all of the respective caches / entries.  Yes it's probably slower.
But the routines we have there now are horribly horribly broken.

add a commented out start at an implementation of flush_cache_mm.  That's
the right way to do it, IMO.

P.S.  rmk thinks that the current kernel implementation always calls
these routines with mm == current->mm in which case the tests which we
and every other architecture we have are unnecessary.  No word yet on
whether that's true.