From: Jiri Slaby Date: Thu, 18 Oct 2007 10:06:20 +0000 (-0700) Subject: Char: cyclades, remove bottom half processing X-Git-Tag: v2.6.24-rc1~353 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebafeeff0fea029099e9952f233e0794106897a6;p=pandora-kernel.git 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 Cc: Alan Cox Cc: Paul Fulghum Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed