commit | a08fa92d16f2fa112e3400c6c513d23ae78b960a | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Wed Sep 14 13:06:41 2011 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Nov 02 11:41:00 2011 +1030 |
tree | 045c57551c2193a6d387231938e7426eaa450faf | |
parent | 291024ef351328e7b4ca6bae798abc816a43653c [diff] |
virtio: console: Use wait_event_freezable instead of _interruptible Get ready to support suspend/resume by using the freezable calls so that blocking read/write syscalls are handled properly across suspend/resume. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>