Subject: re: more funky stuff with kthreads and interrupts
To: Michael L. Hitch <mhitch@lightning.msu.montana.edu>
From: matthew green <mrg@eterna.com.au>
List: port-mips
Date: 05/02/2001 13:45:27
I can't think of any way to fix this other than setting the SR in
cpu_fork(). I don't know that the implications of that are for the
non-kthread processes, since I think it results in running proc_trampoline
with SPL0. One possibility might be to only set SPL0 when the parent
process is proc0.
wouldn't P_SYSTEM procs be better than parent == proc0?