summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/psl.h
AgeCommit message (Collapse)Author
1997-03-31do not let PSL_NT be set in VM86 mode; netbsdTheo de Raadt
1996-06-24struct intrhand protected by _KERNEL; some user-mode assembly codeThorsten Lockert
can't deal with the file without this
1996-06-22Move struct intrhand to <machine/psl.h> [again] so user-level programs canThorsten Lockert
get at it.
1996-05-25syncTheo de Raadt
1996-05-07sync with 0504; prototype changesTheo de Raadt
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-01-08from netbsd; Hand-code softintr()Theo 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