Re: [PATCH] Document Linux's circular buffering capabilities

From: Stefan Richter
Date: Mon Mar 15 2010 - 09:43:45 EST


David Howells wrote:
> How about adding a bit:
>
> Note the use of ACCESS_ONCE() in both algorithms to read the opposition index.
> This prevents the compiler from discarding and reloading its cached value -
> -which some compilers will do across smp_read_barrier_depends().
> +which some compilers will do across smp_read_barrier_depends(). This isn't
> +strictly needed if you can be sure that the opposition index will _only_ be
> +used the once.

Yes, thanks. (The last "the" is superfluous.)
--
Stefan Richter
-=====-==-=- --== -====
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/