Import the global sched_lock variable instead of using a private copy. This

fixes a problem where cpu_switch() wasn't properly saving and restoring
the recursion count for sched_lock.
This commit is contained in:
John Baldwin 2000-09-13 18:22:53 +00:00
parent 7ce7aa2a0b
commit 5010ef836a

View File

@ -86,6 +86,7 @@ Lsavectx1: LDGP(pv)
IMPORT(want_resched, 4)
IMPORT(Lev1map, 8)
IMPORT(sched_lock, 72)
/*
* cpu_switch()