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)
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>

No differences found