Re: signed int for interrupts??

Albert Cahalan (albert@ccs.neu.edu)
Sun, 8 Sep 1996 20:51:11 -0400 (EDT)


> The problem is only in the function that prints the list of
> interrupts, the interrupt counters are OK...

> - len += sprintf(buf+len, "%2d: %8d %c %s",
> + len += sprintf(buf+len, "%2d: %8u %c %s",

For the person waiting to see the number roll over, I suggest
doing search and replace for "%2d: %8d %c %s" in kernel memory.
Then you don't have to reboot and lose count.