the bitrig smpns branch has been updated by haesbaert with 1 new commit:

commit a1b8aff2dc12e3d2c1915f42283d3cf42a745451
diff: https://github.com/bitrig/bitrig/commit/a1b8aff
author: Christiano Haesbaert <[email protected]>
date: Sat Sep 27 12:52:48 2014 +0200

Use the intr_ as prefix for interrupt API, intr_[disable|enable|...]

Discussed with Patrick, we both agree this makes more sense than using
a suffix.

Also use intr_get_state() and intr_set_state() instead of state() and
restore().

M       sys/arch/amd64/amd64/amd64_mem.c
M       sys/arch/amd64/amd64/hibernate_machdep.c
M       sys/arch/amd64/amd64/i8259.c
M       sys/arch/amd64/amd64/ioapic.c
M       sys/arch/amd64/amd64/ipifuncs.c
M       sys/arch/amd64/amd64/lapic.c
M       sys/arch/amd64/amd64/lock_machdep.c
M       sys/arch/amd64/amd64/machdep.c
M       sys/arch/amd64/amd64/mp_setperf.c
M       sys/arch/amd64/include/cpufunc.h
M       sys/arch/amd64/isa/clock.c
M       sys/dev/acpi/acpi.c
M       sys/dev/isa/gus.c
M       sys/kern/kern_crit.c
M       sys/kern/kern_sched.c

Reply via email to