[Linux-hls-cvs] hls/linux-2.6/include data.h,1.1,1.2
Status: Pre-Alpha
Brought to you by:
lucabe
|
From: Luca A. <lu...@us...> - 2005-01-22 12:06:34
|
Update of /cvsroot/linux-hls/hls/linux-2.6/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4892/linux-2.6/include Modified Files: data.h Log Message: 2.6 backend update... Still doesn't work, but it looks better ;-) Index: data.h =================================================================== RCS file: /cvsroot/linux-hls/hls/linux-2.6/include/data.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** data.h 4 Apr 2004 20:31:24 -0000 1.1 --- data.h 22 Jan 2005 12:06:25 -0000 1.2 *************** *** 27,37 **** #define HLS_FASTCALL ! /* Linux Real-Time priorities go from 0 to 99 */ ! #define HLS_SCHEDULING_PRIORITY 100 ! /* The priority is computed as 1000 + rt_priority... ! * with rp_priority = -2000, it results -1000 ! * and the task will never be scheduled ! */ ! #define HLS_IDLE_PRIORITY -2000 typedef enum _HLS_CTL_COMMAND { --- 27,32 ---- #define HLS_FASTCALL ! #define HLS_SCHEDULING_PRIORITY DISPATCH_PRIORITY ! #define HLS_IDLE_PRIORITY INACTIVE_PRIORITY typedef enum _HLS_CTL_COMMAND { |