|
@@ -1010,8 +1010,8 @@ struct sched_entity {
|
|
|
|
|
|
struct sched_rt_entity {
|
|
struct sched_rt_entity {
|
|
struct list_head run_list;
|
|
struct list_head run_list;
|
|
- unsigned int time_slice;
|
|
|
|
unsigned long timeout;
|
|
unsigned long timeout;
|
|
|
|
+ unsigned int time_slice;
|
|
int nr_cpus_allowed;
|
|
int nr_cpus_allowed;
|
|
|
|
|
|
struct sched_rt_entity *back;
|
|
struct sched_rt_entity *back;
|