summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/vector.s
AgeCommit message (Collapse)Author
1996-09-08Only count the interrupt if the interrupt handler claims that it didThorsten Lockert
anything with it.
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
1996-02-14Tally interrupts in a way that "vmstat -i" can find; temporary measureThorsten Lockert
until "vmstat -i" learns how to read the device chains and show interrupts per device.
1996-02-14Tally all interrupts, not only FASTINTR onesThorsten Lockert
1996-01-08update from netbsdTheo de Raadt
1996-01-08from netbsd:Theo de Raadt
Deal with GCC's dead code elimination being suboptimal. Modify splraise() to allow better optimization. Make cpl, ipending, and astpending volatile. Make sure interrupts are disabled before jumping to a resume point, to prevent races. Make FPU faults use INTRFASTEXIT, and remove INTREXIT. Build the frame for recursive interrupts manually, and make sure to disable interrupts to avoid races. VS: ----------------------------------------------------------------------
1995-10-18initial import of NetBSD treeTheo de Raadt