summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2020-06-08 00:27:46 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2020-06-08 00:27:46 +0000
commite1f16aaa45d3979d1a46b3f446de3bb89f2bd3ad (patch)
tree5e8dc8b7a826404b66c3f263803868ca713c7890 /sys
parent0f4ead03387d03bdbd839dc3b3f1a656db8dd6aa (diff)
visa points out we don't use or need the TASK_BARRIER flag anymore.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/task.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/task.h b/sys/sys/task.h
index 222c2a7910f..7fd32ba0da3 100644
--- a/sys/sys/task.h
+++ b/sys/sys/task.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: task.h,v 1.16 2019/06/23 12:56:10 kettenis Exp $ */
+/* $OpenBSD: task.h,v 1.17 2020/06/08 00:27:45 dlg Exp $ */
/*
* Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
@@ -31,7 +31,6 @@ struct task {
};
#define TASK_ONQUEUE 1
-#define TASK_BARRIER 2
TAILQ_HEAD(task_list, task);