arc: Update data accessors with use of memory barriers
authorAlexey Brodkin <abrodkin@synopsys.com>
Wed, 8 Jun 2016 05:24:54 +0000 (08:24 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Mon, 13 Jun 2016 12:38:05 +0000 (14:38 +0200)
commit5bea2becf3b6897315fa01d8318df75526855745
tree14c484611c8cbbe144c980e3b0c2c9b6e3c66b11
parentc7d8db66ffd1c20b6a27445af892c28305e64e8a
arc: Update data accessors with use of memory barriers

Memory barriers are proven to be a requirement for both compiler and
real hardware to properly serialize access to critical data.

For example if CPU or data bus it uses may do reordering of data
accesses absence of memory barriers might easily lead to very subtle and
hard to debug data corruptions.

This implementation was heavily borrowed from up to date Linux kernel.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/include/asm/io.h