Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 02/25/1999 13:54:53
Module Name:	src
Committed By:	is
Date:		Thu Feb 25 21:54:53 UTC 1999

Modified Files:
	src/sys/miscfs/procfs: procfs_mem.c
	src/sys/arch/amiga/include: pmap.h
Log Message:
Machine independent part of fix for PR 6152 (gdb doesn't work on machines
with UVM and seperate I&D-Cache). Mostly by Michael Hitch, but pass struct
proc * instead of the pmap. Reason: said machine will need a method to do
the syncing operation for "curproc", too; this way more code can be shared.