mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Increate cnt.v_intr on interrupt.
This commit is contained in:
parent
03b0b02163
commit
c162ce855c
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ arm_handler_execute(struct trapframe *frame, int irqnb)
|
|||
struct thread *td = curthread;
|
||||
int i, thread;
|
||||
|
||||
PCPU_LAZY_INC(cnt.v_intr);
|
||||
td->td_intr_nesting_level++;
|
||||
while ((i = arm_get_next_irq()) != -1) {
|
||||
arm_mask_irq(i);
|
||||
|
|
|
|||
Loading…
Reference in a new issue