From: Alexey Dobriyan Date: Fri, 28 Nov 2008 19:08:00 +0000 (+0300) Subject: sched: move double_unlock_balance() higher X-Git-Tag: v2.6.29-rc1~585^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70574a996fc7a70c5586eb56bd92a544eccf18b6;p=pandora-kernel.git sched: move double_unlock_balance() higher Move double_lock_balance()/double_unlock_balance() higher to fix the following with gcc-3.4.6: CC kernel/sched.o In file included from kernel/sched.c:1605: kernel/sched_rt.c: In function `find_lock_lowest_rq': kernel/sched_rt.c:914: sorry, unimplemented: inlining failed in call to 'double_unlock_balance': function body not available kernel/sched_rt.c:1077: sorry, unimplemented: called from here make[2]: *** [kernel/sched.o] Error 1 Signed-off-by: Alexey Dobriyan Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed