From: Alan Cox Date: Thu, 11 Jun 2009 12:04:27 +0000 (+0100) Subject: tty: remove buffer special casing X-Git-Tag: v2.6.31-rc1~399^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c481c707fe4b07783d9a2499a9bbbb94497e9b18;p=pandora-kernel.git tty: remove buffer special casing Long long ago a 4K kmalloc allocated two pages so the tty layer used the page allocator, except on some machines where the page size was huge. This was removed from the core tty layer with the tty buffer re-implementation but not from tty_audit or the n_tty ldisc. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed