CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/08 09:53:55
Modified files:
sys/arch/amd64/amd64: intr.c ioapic.c
sys/arch/amd64/include: cpufunc.h
sys/arch/i386/i386: ioapic.c
sys/arch/i386/include: cpufunc.h
Log message:
Get rid of read_psl() and write_psl() by replacing
read_psl() + disable_intr() with intr_disable(),
and write_psl() with intr_restore().
OK kettenis@
