]> git.baikalelectronics.ru Git - kernel.git/commit
lguest: fix ugly <NULL> in /proc/interrupts
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 30 May 2008 20:09:42 +0000 (15:09 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 30 May 2008 05:09:43 +0000 (15:09 +1000)
commit139475c51af156bd196392739c3caabaf02ce909
tree2814e24dc4762978874277630de78ddbf6fdd6a1
parentf6c2175e6a1eb234a5f72c650113093f9b2d3404
lguest: fix ugly <NULL> in /proc/interrupts

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>
arch/x86/lguest/boot.c