[GIt PULL] ARC fixes for 4.14-rc7

2017-10-27 Thread Vineet Gupta
Hi Linus, Please pull ARC fixes for 4.14-rc7. Thx, -Vineet --> The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available in the git repository at:

Re: [PATCH] ARC: Memory barriers for everyone!

2017-10-27 Thread Vineet Gupta
Hi Jose, On 09/13/2017 04:24 AM, Jose Abreu wrote: By default __iormb() and __iowmb() translate into a do { } while(0) for AXS10x platform. As ARC700 supports the sync op we can use the standard memory barriers that are supplied by asm-generic headers. Signed-off-by: Jose Abreu