Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/18/2001 03:38:11
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Apr 18 00:38:10 UTC 2001

Modified Files:
	syssrc/sys/arch/alpha/alpha: locore.s

Log Message:
Fix a problem with kcopy()/copyin()/copyout() on MP systems
that became apparent when UBC was added: store a pointer to
the process itself, not a pointer to ci->ci_curproc.

This gets us back to where we were before UBC went in: MP
kernels get to single-user mode, and can run processes on
both CPUs, but things go south when we try to come into
multi-user mode.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 syssrc/sys/arch/alpha/alpha/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.