]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sched: reorder struct sched_rt_entity to remove padding on 64 bit builds
authorRichard Kennedy <richard@rsk.demon.co.uk>
Fri, 1 Aug 2008 12:24:08 +0000 (13:24 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 15 Aug 2008 15:15:23 +0000 (17:15 +0200)
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>
include/linux/sched.h

index 5a8058e44f58409ab6c2ee68548a3aa5aea17a91..08a87b5f29e17ad04fcfc189b0c359b71e382bf9 100644 (file)
@@ -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;