lkml.org 
[lkml]   [2015]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH tip/core/rcu 0/9] Stop using ACCESS_ONCE (for v4.2)
Hello!

This patch series converts from ACCESS_ONCE() to either READ_ONCE() or
WRITE_ONCE(), as appropriate. This permits better code generation and
error checking, and is also more compatible with C11 directions. Each
file is updated separately to simplify handling of git conflicts.

Thanx, Paul

------------------------------------------------------------------------

include/linux/rculist.h | 6 -
include/linux/rcupdate.h | 16 ++--
kernel/rcu/rcutorture.c | 2
kernel/rcu/srcu.c | 10 +-
kernel/rcu/tiny_plugin.h | 12 +--
kernel/rcu/tree.c | 184 +++++++++++++++++++++++------------------------
kernel/rcu/tree_plugin.h | 93 +++++++++++------------
kernel/rcu/tree_trace.c | 6 -
kernel/rcu/update.c | 30 +++----
9 files changed, 180 insertions(+), 179 deletions(-)



\
 
 \ /
  Last update: 2015-03-16 20:01    [W:0.226 / U:0.728 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site