]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commita16ffe93c46dfca211434d00453ebb695025978b
tree2814e24dc4762978874277630de78ddbf6fdd6a1
parentb769f579081943f14e0ff03b7b0bd3a11cf14625
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