From: Ingo Molnar Date: Wed, 23 Jul 2008 09:16:38 +0000 (+0200) Subject: sched: fix hrtick & generic-ipi dependency X-Git-Tag: v2.6.27-rc1~515^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=422037bafde8083acc3c539ceba3dfc60a04110c;p=pandora-kernel.git sched: fix hrtick & generic-ipi dependency Andrew Morton reported this s390 allmodconfig build failure: kernel/built-in.o: In function `hrtick_start_fair': sched.c:(.text+0x69c6): undefined reference to `__smp_call_function_single' the reason is that s390 is not a generic-ipi SMP platform yet, while the hrtick code relies on it. Fix the dependency. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed