1
0
Fork 0
alistair23-linux/arch/x86/lguest
Rusty Russell a16ffe93c4 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>
2008-05-30 15:09:43 +10:00
..
Kconfig x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST 2008-01-30 13:33:32 +01:00
Makefile Move lguest guest support to arch/x86. 2007-10-23 15:49:50 +10:00
boot.c lguest: fix ugly <NULL> in /proc/interrupts 2008-05-30 15:09:43 +10:00
i386_head.S lguest: comment documentation update. 2008-03-28 11:05:54 +11:00