CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/10/22 14:05:28
Modified files:
sys/arch/mips64/include: cpu.h
sys/arch/mips64/mips64: clock.c interrupt.c softintr.c
sys/arch/sgi/include: intr.h
sys/arch/sgi/localbus: macebus.c
sys/arch/sgi/sgi: ip27_machdep.c ip30_machdep.c
sys/arch/sgi/xbow: xheart.c
Log message:
Replace intrmask_t with uint32_t. This types only describes interrupt masks
in the coprocessor 0 status register (coupled with ICR on rm7k/rm9k), and
may be completely alien to real hardware interrupt masks, so don't make
things unnecessary confusing.