From: Peter Hurley Date: Sat, 15 Jun 2013 13:36:12 +0000 (-0400) Subject: tty: Avoid false-sharing flip buffer ptrs X-Git-Tag: v3.12-rc1~182^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c1fb49ba107c7db9441ef6ec0ab5830d112cc2a;p=pandora-kernel.git tty: Avoid false-sharing flip buffer ptrs Separate the head and tail ptrs to avoid cache-line contention (so called 'false-sharing') between concurrent threads. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed