From: Ingo Molnar Date: Fri, 9 Nov 2007 21:39:39 +0000 (+0100) Subject: sched: clean up the wakeup preempt check, #2 X-Git-Tag: v2.6.24-rc3~170^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=502d26b524d8980f3ed80d9aec398e85671a8160;p=pandora-kernel.git 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: Ingo Molnar --- Reading git-diff-tree failed