projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07dd20e
)
sched: reorder struct sched_rt_entity to remove padding on 64 bit builds
author
Richard Kennedy
<richard@rsk.demon.co.uk>
Fri, 1 Aug 2008 12:24:08 +0000
(13:24 +0100)
committer
Ingo 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
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index 5a8058e44f58409ab6c2ee68548a3aa5aea17a91..08a87b5f29e17ad04fcfc189b0c359b71e382bf9 100644
(file)
--- 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;