lkml.org 
[lkml]   [1996]   [Sep]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: signed int for interrupts??
Date
> 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.

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.054 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site