From: Peter Hurley Date: Sat, 15 Jun 2013 14:04:29 +0000 (-0400) Subject: n_tty: Avoid false-sharing echo buffer indices X-Git-Tag: v3.12-rc1~182^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfd16ddea9bdbc8343340e543732db0a467ae32;p=pandora-kernel.git n_tty: Avoid false-sharing echo buffer indices Separate the head & commit indices from the tail index 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