]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: xillybus: Removed write memory barriers before wait_event_*()
authorEli Billauer <eli.billauer@gmail.com>
Sat, 16 Aug 2014 15:57:59 +0000 (18:57 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 20:14:41 +0000 (13:14 -0700)
commit21fc0b9f9de43c761d8c86bb481abd99053daced
treec8288f637d61c4fc43053e9f039d903142b2924c
parent9fdde3668fc0f2520327f69bef97e4ab0e659043
staging: xillybus: Removed write memory barriers before wait_event_*()

According to Documentation/memory-barriers.txt, a memory barrier is put
in place by wait_event_*()

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xillybus/xillybus_core.c