Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211657
b: refs/heads/master
c: 55f6bcc
h: refs/heads/master
i:
  211655: 4d8c139
v: v3
  • Loading branch information
Amit Shah authored and Rusty Russell committed Oct 21, 2010
1 parent e0079b3 commit 2bf91fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3eae0adea949d8fdd8fa3e5301192901219d2c64
refs/heads/master: 55f6bcce3691f68476a530daa6666b66c43420a8
3 changes: 3 additions & 0 deletions trunk/drivers/char/virtio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,9 @@ static void in_intr(struct virtqueue *vq)

wake_up_interruptible(&port->waitqueue);

/* Send a SIGIO indicating new data in case the process asked for it */
send_sigio_to_port(port);

if (is_console_port(port) && hvc_poll(port->cons.hvc))
hvc_kick();
}
Expand Down

0 comments on commit 2bf91fb

Please sign in to comment.