Skip to content

Commit

Permalink
[PATCH] sched: uninline calc_delta_mine()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Aug 2, 2007
1 parent ecf691d commit cb1c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit cb1c4fc

Please sign in to comment.