linux rhirst

Richard Hirst rhirst@puffin.external.hp.com
Mon, 22 Jan 2001 06:55:43 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	rhirst	01/01/22 06:55:43

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

Log message:
Fix flush_kernel_dcache_range_asm() definition.  (start+size) doesn't give
the desired effect if "size = PAGE_SIZE << 3".  Changed to (start)+(size),
but maybe I should actually add casts to unsigned long also...