CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/31 04:38:27
Modified files:
sys/arch/luna88k/cbus: cbus.c cbusvar.h
Log message:
Correct evcount_attach argument on cbus(4).
The third argument of evcount_attach() should point some permanent
variable, not an automatic variable. Now "vmstat -i" correctly prints
C-bus interrupt level number as irq, on C-bus devices.
ok miod@
