Skip to content
Commit 502d26b5 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: clean up the wakeup preempt check, #2



clean up the preemption check to not use unnecessary 64-bit
variables. This improves code size:

   text    data     bss     dec     hex filename
  44227    3326      36   47589    b9e5 sched.o.before
  44201    3326      36   47563    b9cb sched.o.after

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 77d9cc44
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment