Re: [RFC 2/3] virtio_console: use virtqueue notification for hvc_console
From: Arnd Bergmann <arnd@arndb.de>
Date: 2008-06-03 17:27:13
Also in:
linuxppc-dev, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2008-06-03 17:27:13
Also in:
linuxppc-dev, lkml
On Tuesday 03 June 2008, Christian Borntraeger wrote:
+/* The hvc device */ +struct hvc_struct *hvc; +
I guess this should be static, a three letter identifier for a global variable is not really unique. Arnd <><