Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bee367ed authored by Richard Kennedy's avatar Richard Kennedy Committed by Ingo Molnar
Browse files

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: default avatarRichard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 07dd20e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;