projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf691d
)
[PATCH] sched: uninline calc_delta_mine()
author
Ingo Molnar
<mingo@elte.hu>
Thu, 2 Aug 2007 15:41:40 +0000
(17:41 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 2 Aug 2007 15:41:40 +0000
(17:41 +0200)
uninline calc_delta_mine():
text data bss dec hex filename
29162 4162 24 33348 8244 sched.o.before
29039 4162 24 33225 81c9 sched.o.after
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c
patch
|
blob
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index b2bc8fa24ba7670e7c3b2a17b58b155def37e98b..ff4aa17d65c8cbd785c6fd4d3ba6f640ba96a465 100644
(file)
--- a/
kernel/sched.c
+++ b/
kernel/sched.c
@@
-637,7
+637,7
@@
static u64 div64_likely32(u64 divident, unsigned long divisor)
#define WMULT_SHIFT 32
-static
inline
unsigned long
+static unsigned long
calc_delta_mine(unsigned long delta_exec, unsigned long weight,
struct load_weight *lw)
{