CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2021/05/15 05:30:27

Modified files:
        sys/arch/arm64/arm64: intr.c syscall.c trap.c vfp.c 
        sys/arch/arm64/dev: agintc.c ampintc.c bcm2836_intr.c efi.c 
        sys/arch/arm64/include: cpu.h 

Log message:
Use intr_enable()/int_disable()/intr_restore() instead of
enable_interrupts()/disable_interrupts()/restore_interrupts() and remove
the latter interfaces.

While there move a few malloc(9) and free(9) calls to run with interrupts
enabled.

ok patrick@

Reply via email to