commit | ebafeeff0fea029099e9952f233e0794106897a6 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Thu Oct 18 03:06:20 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Oct 18 14:37:26 2007 -0700 |
tree | 50bc3ca7f9d4c7153c3e98bda28199dcc6eff948 | |
parent | c43422053bea7a5ce09f18d0c50a606fe1a549f4 [diff] |
Char: cyclades, remove bottom half processing The work done in bottom half doesn't cost much cpu time (e.g. tty_hangup itself schedules its own bottom half), it's possible to do the work in isr directly and save hence some .text. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: Paul Fulghum <paulkf@microgate.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>