mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
9dfd16ddea
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 <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>