diff options
Diffstat (limited to 'lib/locking-selftest-spin.h')
-rw-r--r-- | lib/locking-selftest-spin.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/locking-selftest-spin.h b/lib/locking-selftest-spin.h new file mode 100644 index 000000000000..ccd1b4b09757 --- /dev/null +++ b/lib/locking-selftest-spin.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #undef LOCK | ||
2 | #define LOCK L | ||
3 | |||
4 | #undef UNLOCK | ||
5 | #define UNLOCK U | ||
6 | |||
7 | #undef RLOCK | ||
8 | #undef WLOCK | ||
9 | |||
10 | #undef INIT | ||
11 | #define INIT SI | ||