Do interrupt time accounting by running interrupt handlers with a seperate
authortholo <tholo@openbsd.org>
Thu, 17 Apr 1997 03:44:50 +0000 (03:44 +0000)
committertholo <tholo@openbsd.org>
Thu, 17 Apr 1997 03:44:50 +0000 (03:44 +0000)
commit7b55469fd2f957e17f86ea3b549c1198b3cf71ed
tree119773470a7423bb463013a25cd6504a0fc5d3ec
parent1e01dd299a0415259ae60d0b4a01834346209e10
Do interrupt time accounting by running interrupt handlers with a seperate
code segment selector (otherwise identical to the standard kernel code
selector); idea by Dave Richards <richards@zso.dec.com>
sys/arch/i386/i386/machdep.c
sys/arch/i386/include/segments.h
sys/arch/i386/isa/isa_machdep.c
sys/arch/i386/isa/npx.c