cvs commit: src/sys/amd64/amd64 machdep.c src/sys/amd64/isa
clock.c
Peter Wemm
peter at FreeBSD.org
Mon Sep 22 14:56:49 PDT 2003
peter 2003/09/22 14:56:48 PDT
FreeBSD src repository
Modified files:
sys/amd64/amd64 machdep.c
sys/amd64/isa clock.c
Log:
MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAY
for ddb input in some atkbd-based console drivers. ddb must not use any
normal locks but DELAY() normally calls getit() which needs clock_lock.
This also removes the need for recursion on clock_lock.
Revision Changes Path
1.590 +1 -1 src/sys/amd64/amd64/machdep.c
1.201 +18 -2 src/sys/amd64/isa/clock.c
More information about the cvs-src
mailing list