NetBSD/sys/arch/mips
nisimura 7ec840fbe5 Add comment to tell what cpu_fork() does around at its bottom.
What's wrong; the initial SR value in pcb0 gets overwritten before
the first kthread_create1() is called.  For a normal process which
has user mode it doesn't matter because proc_trampoline() makes
the process to have spl0 during exception return path to user mode,
however, kthreads stay in kernel mode mistakenly left in splhigh
condition.  The trouble is visible as severe clock drifts when
system activity is high.
2001-05-08 06:02:14 +00:00
..
conf Define ${OBJCOPY}. 2001-03-28 17:03:48 +00:00
include Be consistent with limit constants: 2001-05-04 15:12:32 +00:00
mips Add comment to tell what cpu_fork() does around at its bottom. 2001-05-08 06:02:14 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
Makefile.inc