1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/amd64/isa
John Baldwin e990501c21 Re-enable preemption on interrupts. My last commit accidentally reverted
it as I was playing with some other ways of doing kernel preemption.
2001-02-10 02:41:50 +00:00
..
atpic_vector.S Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
clock.c Catch up to changes to inthand_add(). 2001-02-09 17:48:33 +00:00
icu_ipl.s Implement an optimization for INTREN/INTRDIS that bde pointed out last 2001-01-15 04:18:58 +00:00
icu_ipl.S Implement an optimization for INTREN/INTRDIS that bde pointed out last 2001-01-15 04:18:58 +00:00
icu_vector.s Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
icu_vector.S Make intr_nesting_level per-process, rather than per-cpu. Setup 2001-01-21 19:25:07 +00:00
icu.h EEK! I missed a couple of places with the 24->32 interrupt change. 2001-01-19 10:55:13 +00:00
intr_machdep.c Use the MI ithread helper functions in the x86 interrupt code. 2001-02-09 17:47:44 +00:00
intr_machdep.h Use the MI ithread helper functions in the x86 interrupt code. 2001-02-09 17:47:44 +00:00
isa_dma.c
isa_dma.h
isa.c Convert the type of bus_space_handle_t of pc98 from structure into 2000-10-20 02:42:06 +00:00
isa.h
ithread.c Re-enable preemption on interrupts. My last commit accidentally reverted 2001-02-10 02:41:50 +00:00
nmi.c Use the MI ithread helper functions in the x86 interrupt code. 2001-02-09 17:47:44 +00:00
npx.c Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
timerreg.h
vector.s
vector.S