mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increment the vm stats "v_intr" counter so the global system interrupt
statistics work again. I'm not sure why/when this broke, only that it used to work fine. This commit is brought to you by Maker Faire Bay Area 2015.
This commit is contained in:
parent
5956adf2c6
commit
623d2d40af
1 changed files with 1 additions and 0 deletions
|
|
@ -70,5 +70,6 @@ mips_intrcnt_inc(mips_intrcnt_t counter)
|
|||
{
|
||||
if (counter)
|
||||
atomic_add_long(counter, 1);
|
||||
PCPU_INC(cnt.v_intr);
|
||||
}
|
||||
#endif /* !_MACHINE_INTR_MACHDEP_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue