diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2012-01-11 08:58:16 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2012-01-26 19:38:11 +0100 |
commit | db7e527da41560f597ccdc4417cefa6b7657c0c0 (patch) | |
tree | f5aff59ae2c16cf4fe25f2bfa2bf76048e10fac3 /kernel/rtmutex.h | |
parent | 4ca9b72b71f10147bd21969c1805f5b2c4ca7b7b (diff) | |
download | op-kernel-dev-db7e527da41560f597ccdc4417cefa6b7657c0c0.zip op-kernel-dev-db7e527da41560f597ccdc4417cefa6b7657c0c0.tar.gz |
sched/s390: Fix compile error in sched/core.c
Commit 029632fbb7b7c9d85063cc9eb470de6c54873df3 ("sched: Make
separate sched*.c translation units") removed the include of
asm/mutex.h from sched.c.
This breaks the combination of:
CONFIG_MUTEX_SPIN_ON_OWNER=yes
CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX=yes
like s390 without mutex debugging:
CC kernel/sched/core.o
kernel/sched/core.c: In function ‘mutex_spin_on_owner’:
kernel/sched/core.c:3287: error: implicit declaration of function ‘arch_mutex_cpu_relax’
Lets re-add the include to kernel/sched/core.c
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1326268696-30904-1-git-send-email-borntraeger@de.ibm.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/rtmutex.h')
0 files changed, 0 insertions, 0 deletions