summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2018-06-15 13:53:26 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2018-06-15 13:53:26 +0200
commit2adaa35679b2bf8d5019e94803f816b2bec04865 (patch)
tree9003286f67863d71d0328247a81ad37d63b7543e
parent087cd8e356129c9b53c2ce29c71817aa386fb027 (diff)
Update for patch 18-06-15patch-18-06-15true_wound_wait
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
-rw-r--r--ww_mutex_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ww_mutex_test.c b/ww_mutex_test.c
index ec7408a..e74cb81 100644
--- a/ww_mutex_test.c
+++ b/ww_mutex_test.c
@@ -53,7 +53,7 @@ struct wwt_thread {
static struct wwt_device g_dev;
static struct wwt_thread threads[WWT_NUM_THREADS];
#ifdef WW_WAITDIE
-static DEFINE_WW_CLASS_WDIE(wwt_class);
+static DEFINE_WD_CLASS(wwt_class);
#else
static DEFINE_WW_CLASS(wwt_class);
#endif