commit | 8b67f8c177a642b35b7a05f530c12ef2834ef182 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Thu Jul 07 17:56:18 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 07 18:23:38 2005 -0700 |
tree | f1e0b3fc48737ccb8f88dd50f16721dec9ff97d8 | |
parent | 6f24808eeb54eed5994128a863cd25c40f36cfac [diff] |
[PATCH] hvc_console: Dont always kick the poll thread in interrupt Have the hvc console code try to pull characters immediately when receiving an interrupt, and kick the poll thread only if the immediate poll indicates it needed a call back to do more work. Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>