]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sched_cpupri.h
Linux 2.6.28-rc1
[linux-2.6-omap-h63xx.git] / kernel / sched_cpupri.h
index 6b38355e267627402cdf9b4a712a1dc0ed4ca3fd..f25811b0f931fffb7276a10562cb1e366f12dfdb 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <linux/sched.h>
 
-#define CPUPRI_NR_PRIORITIES 2+MAX_RT_PRIO
-#define CPUPRI_NR_PRI_WORDS (CPUPRI_NR_PRIORITIES + BITS_PER_LONG/2)/BITS_PER_LONG
+#define CPUPRI_NR_PRIORITIES   (MAX_RT_PRIO + 2)
+#define CPUPRI_NR_PRI_WORDS    BITS_TO_LONGS(CPUPRI_NR_PRIORITIES)
 
 #define CPUPRI_INVALID -1
 #define CPUPRI_IDLE     0