Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in
commitab01f517706ced508c4b469bf43f62bb1a236ddc
authorIzumi Tsutsui <tsutsui@NetBSD.org>
Fri, 4 Apr 2008 12:36:06 +0000 (4 12:36 +0000)
committerIzumi Tsutsui <tsutsui@NetBSD.org>
Fri, 4 Apr 2008 12:36:06 +0000 (4 12:36 +0000)
tree58dcc8e43f1da684a8fd5779ba062f84d037ab97
parent4fcf0aac85a7aaaa19fa67049d761c935700050d
Account ci_idepth in VR_INTR() and TX_INTR, rather than cpu_intr() in
hpcmips/interrupt.c. The latter one is used only on kernels configured for
multiple CPUs (i.e. kernels which have both options VR41XX and TX39XX).

Closes PR port-hpcmips/38139 from Risto Sainio.
sys/arch/hpcmips/hpcmips/interrupt.c
sys/arch/hpcmips/tx/tx39icu.c
sys/arch/hpcmips/vr/vr.c