sched: fix hrtick & generic-ipi dependency
authorIngo Molnar <mingo@elte.hu>
Wed, 23 Jul 2008 09:16:38 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 23 Jul 2008 09:18:28 +0000 (11:18 +0200)
commit422037bafde8083acc3c539ceba3dfc60a04110c
tree7516e51c68a64fc4ef44a88110674229dcbe0058
parent31656519e132f6612584815f128c83976a9aaaef
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 <mingo@elte.hu>
kernel/Kconfig.hz