From 7cfed3921b25946aac9e72c914d9c99fcee8c03b Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 6 Jan 2005 21:11:05 +0000 Subject: Bit 0 of td_flags is now used by the priority borrowing flag, so remove the unused placeholder constant. --- sys/sys/proc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 6278ae8..52b47efe 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -328,7 +328,6 @@ struct thread { * To change these you MUST have the scheduler lock. */ #define TDF_BORROWING 0x00000001 /* Thread is borrowing pri from another. */ -#define TDF_UNUSED0 0x00000001 /* --available -- */ #define TDF_INPANIC 0x00000002 /* Caused a panic, let it drive crashdump. */ #define TDF_SINTR 0x00000008 /* Sleep is interruptible. */ #define TDF_TIMEOUT 0x00000010 /* Timing out during sleep. */ -- cgit v1.1