Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 01/15/1999 19:12:20
Module Name:	src
Committed By:	nisimura
Date:		Sat Jan 16 03:12:19 UTC 1999

Modified Files:
	src/sys/arch/mips/include: pcb.h
Log Message:
- User mode context held with pcb_regs[38] in 'struct pcb' was relocated
at the very bottom of process kernel stack.   The address is pointed with
'curproc->p_md.md_regs'.
- Define 'struct md_coredump'.