Revert "Support TQ_FRONT flag used by taskq_dispatch()"

This reverts commit eb12b3782c.
This commit is contained in:
Brian Behlendorf
2010-06-21 10:19:44 -07:00
parent 3cb77549d1
commit 438683c0a9
2 changed files with 1 additions and 9 deletions
-2
View File
@@ -39,7 +39,6 @@
#define TASKQ_CPR_SAFE 0x00000002
#define TASKQ_DYNAMIC 0x00000004
#define TASKQ_THREADS_CPU_PCT 0x00000008
#define TASKQ_DC_BATCH 0x00000010
typedef unsigned long taskqid_t;
typedef void (task_func_t)(void *);
@@ -54,7 +53,6 @@ typedef void (task_func_t)(void *);
#define TQ_NOQUEUE 0x01000000
#define TQ_NOALLOC 0x02000000
#define TQ_NEW 0x04000000
#define TQ_FRONT 0x08000000
#define TQ_ACTIVE 0x80000000
typedef struct taskq {