]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_console: use virtqueue notification for hvc_console
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 20 Jun 2008 13:24:15 +0000 (15:24 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Jul 2008 02:06:06 +0000 (12:06 +1000)
commit141d04607f8339fd720ce2d3b418c28109fb1a33
tree90d4f8ded6547615f21bcef8995eee133d8c2510
parent1576baf077ba71dc184bea91c5dc67c754df231c
virtio_console: use virtqueue notification for hvc_console

This patch exploits the new notifier callbacks of the hvc_console. We can
use the virtio callbacks instead of the polling code.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/char/virtio_console.c