sched: reorder struct sched_rt_entity to remove padding on 64 bit builds
remove 8 bytes of padding on 64 bit builds (also removes 8 bytes from task_struct) Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
07dd20e032
commit
bee367ed06
@@ -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;
|
||||||
|
Reference in New Issue
Block a user