diff --git a/include/linux/sched.h b/include/linux/sched.h index 5a8058e44f58409ab6c2ee68548a3aa5aea17a91..08a87b5f29e17ad04fcfc189b0c359b71e382bf9 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1010,8 +1010,8 @@ struct sched_entity { struct sched_rt_entity { struct list_head run_list; - unsigned int time_slice; unsigned long timeout; + unsigned int time_slice; int nr_cpus_allowed; struct sched_rt_entity *back;