commit | c481c707fe4b07783d9a2499a9bbbb94497e9b18 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Thu Jun 11 13:04:27 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 11 08:51:02 2009 -0700 |
tree | 27f4d137c4e3896733b5001c14feeb049ae7cc4d | |
parent | aba6593bf77371e71331ba76dacc98b47760cba3 [diff] |
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 <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>