]> git.baikalelectronics.ru Git - kernel.git/commit
sparc64: Add membar to Niagara2 memcpy code.
authorDavid S. Miller <davem@davemloft.net>
Sat, 17 May 2014 18:28:05 +0000 (11:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 May 2014 18:28:05 +0000 (11:28 -0700)
commitb6ba56dc79c88fc20daa34e66b194a107e17902d
tree00a75bbbc63b83340836ecefbd4b03d4ec840a6f
parent82c2b4dc13b78dc9fc0f4f965234ee0ff163fe5e
sparc64: Add membar to Niagara2 memcpy code.

This is the prevent previous stores from overlapping the block stores
done by the memcpy loop.

Based upon a glibc patch by Jose E. Marchesi

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/lib/NG2memcpy.S