compiler: Fix OVS_LOCKS_EXCLUDED on non clang compilers.
authorEthan Jackson <ethan@nicira.com>
Wed, 31 Jul 2013 17:49:34 +0000 (10:49 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 31 Jul 2013 19:07:19 +0000 (12:07 -0700)
commit5624b8ea01f98d2238b6c88c172c760e3c4b4525
treef75b9ad63a6265b80737805965f580597414a752
parentdd62b991ec2472e13af681ca8c21872726c50eb4
compiler: Fix OVS_LOCKS_EXCLUDED on non clang compilers.

This patch renames OVS_LOCKS_EXCLUDED to simply OVS_EXCLUDED so it's
more consistent with the other thread safety annotations.  It also
adds it to the non-clang compilers.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/compiler.h