Remove unneeded signal in the cache-coherent case
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Sun, 26 Apr 2009 23:13:58 +0000 (19:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Sun, 26 Apr 2009 23:13:58 +0000 (19:13 -0400)
commite8043c1b4278ffaa886393b2ba601c08ae649e69
tree805fc1428f767cddfcf593fe7b3df507af957a31
parent83aa4dc832570a302b491f0322661fb8ab867717
Remove unneeded signal in the cache-coherent case

the "reader kick" signal is only needed to perform a smp_mc() on readers, which
is pointless in a cache-coherent arch.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.c
This page took 0.024623 seconds and 4 git commands to generate.