[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180628123347.52963-1-mark.rutland@arm.com>
Date: Thu, 28 Jun 2018 13:33:45 +0100
From: Mark Rutland <mark.rutland@....com>
To: linux-kernel@...r.kernel.org
Cc: akiyks@...il.com, andrea.parri@...rulasolutions.com,
boqun.feng@...il.com, dhowells@...hat.com, j.alglave@....ac.uk,
luc.maranget@...ia.fr, mark.rutland@....com, npiggin@...il.com,
paulmck@...ux.vnet.ibm.com, peterz@...radead.org,
stern@...land.harvard.edu, will.deacon@....com
Subject: [PATCH 0/2] tools/memory-model: remove ACCESS_ONCE()
Since commit:
b899a850431e2dd0 ("compiler.h: Remove ACCESS_ONCE()")
... there has been no definition of ACCESS_ONCE() in the kernel tree,
and it has been necessary to use READ_ONCE() or WRITE_ONCE() instead.
However, since then the kernel memory model was added to the Linux tree,
sporting new instances of ACCESS_ONCE() in examples and in the memory
model itself.
These patches remove the new instances of ACCESS_ONCE() for consistency
with the contemporary codebase.
Thanks,
Mark.
Mark Rutland (2):
tools/memory-model: remove ACCESS_ONCE() from recipes
tools/memory-model: remove ACCESS_ONCE() from model
tools/memory-model/Documentation/recipes.txt | 4 ++--
tools/memory-model/linux-kernel.bell | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
2.11.0
Powered by blists - more mailing lists