Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/lwp.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/lwp.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.21.4.1 retrieving revision 1.22 diff -u -p -r1.21.4.1 -r1.22 --- src/sys/sys/lwp.h 2005/03/20 11:58:59 1.21.4.1 +++ src/sys/sys/lwp.h 2004/05/18 11:59:11 1.22 @@ -1,4 +1,4 @@ -/* $NetBSD: lwp.h,v 1.21.4.1 2005/03/20 11:58:59 tron Exp $ */ +/* $NetBSD: lwp.h,v 1.22 2004/05/18 11:59:11 yamt Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -109,7 +109,6 @@ extern struct lwp lwp0; /* LWP for pro #define L_SINTR 0x00080 /* Sleep is interruptible. */ #define L_TIMEOUT 0x00400 /* Timing out during sleep. */ #define L_PROCEXIT 0x00800 /* In process exit, l_proc no longer valid */ -#define L_BIGLOCK 0x80000 /* LWP needs kernel "big lock" to run */ #define L_SA 0x100000 /* Scheduler activations LWP */ #define L_SA_UPCALL 0x200000 /* SA upcall is pending */ #define L_SA_BLOCKING 0x400000 /* Blocking in tsleep() */ @@ -118,7 +117,6 @@ extern struct lwp lwp0; /* LWP for pro #define L_SA_PAGEFAULT 0x4000000 /* SA LWP in pagefault handler */ #define L_SA_YIELD 0x10000000 /* LWP on VP is yielding */ #define L_SA_IDLE 0x20000000 /* VP is idle */ -#define L_SA_SWITCHING 0x80000000 /* SA LWP in context switch */ /* * Status values.