git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b769f57
)
lguest: fix ugly <NULL> in /proc/interrupts
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 30 May 2008 20:09:42 +0000
(15:09 -0500)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 30 May 2008 05:09:43 +0000
(15:09 +1000)
Before:
root@ubuntu:~# cat /proc/interrupts
CPU0
1: 1672 lguest-<NULL> virtio0
2: 1 lguest-<NULL> virtio1
...
After:
root@ubuntu:~# cat /proc/interrupts
CPU0
1: 2889 lguest-level virtio0
2: 9 lguest-level virtio1
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found