From: Kenn H. <ke...@us...> - 2002-12-12 01:40:12
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv12149 Modified Files: thread_info.h Log Message: Add definition of PREEMPT_ACTIVE Index: thread_info.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/thread_info.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- thread_info.h 21 Nov 2002 00:14:54 -0000 1.1 +++ thread_info.h 12 Dec 2002 01:15:44 -0000 1.2 @@ -49,6 +49,8 @@ #endif +#define PREEMPT_ACTIVE 0x40000000 + /* * macros/functions for gaining access to the thread information structure */ |