summaryrefslogtreecommitdiff
path: root/psutil/arch/bsd/netbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/bsd/netbsd.c')
-rw-r--r--psutil/arch/bsd/netbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/arch/bsd/netbsd.c b/psutil/arch/bsd/netbsd.c
index be9b2fdb..11552340 100644
--- a/psutil/arch/bsd/netbsd.c
+++ b/psutil/arch/bsd/netbsd.c
@@ -690,7 +690,7 @@ psutil_cpu_stats(PyObject *self, PyObject *args) {
return Py_BuildValue(
"IIIIIII",
uv.swtch, // ctx switches
- uv.intrs, // interrupts - XXX always 0
+ uv.intrs, // interrupts - XXX always 0, will be determined via /proc
uv.softs, // soft interrupts
uv.syscalls, // syscalls - XXX always 0
uv.traps, // traps