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

Commit cb1c4fc9 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

[PATCH] sched: uninline calc_delta_mine()



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: default avatarIngo Molnar <mingo@elte.hu>
parent ecf691da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{