sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIO
[linux-2.6-microblaze.git] / include / linux / sched / prio.h
index d111f2f..ab83d85 100644 (file)
 #define NICE_TO_PRIO(nice)     ((nice) + DEFAULT_PRIO)
 #define PRIO_TO_NICE(prio)     ((prio) - DEFAULT_PRIO)
 
-/*
- * 'User priority' is the nice value converted to something we
- * can work with better when scaling various scheduler parameters,
- * it's a [ 0 ... 39 ] range.
- */
-#define USER_PRIO(p)           ((p)-MAX_RT_PRIO)
-#define TASK_USER_PRIO(p)      USER_PRIO((p)->static_prio)
-#define MAX_USER_PRIO          (USER_PRIO(MAX_PRIO))
-
 /*
  * Convert nice value [19,-20] to rlimit style value [1,40].
  */