From: Alan Cox Date: Thu, 18 Feb 2010 16:43:47 +0000 (+0000) Subject: tty: Keep the default buffering to sub-page units X-Git-Tag: v2.6.34-rc1~216^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9661adfb8e53a7647360140af3b92284cbe52d4;p=pandora-kernel.git tty: Keep the default buffering to sub-page units We allocate during interrupts so while our buffering is normally diced up small anyway on some hardware at speed we can pressure the VM excessively for page pairs. We don't really need big buffers to be linear so don't try so hard. In order to make this work well we will tidy up excess callers to request_room, which cannot itself enforce this break up. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed