mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 13:46:24 +00:00
[S390] Define GENERIC_LOCKBREAK.
Fix compile error: CC arch/s390/kernel/asm-offsets.s In file included from arch/s390/kernel/asm-offsets.c:7: include/linux/sched.h: In function 'spin_needbreak': include/linux/sched.h:1931: error: implicit declaration of function '__raw_spin_is_contended' make[2]: *** [arch/s390/kernel/asm-offsets.s] Error 1 Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
8c0933eeb7
commit
b6b40c532a
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ config NO_IOMEM
|
||||||
config NO_DMA
|
config NO_DMA
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
config GENERIC_LOCKBREAK
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
depends on SMP && PREEMPT
|
||||||
|
|
||||||
mainmenu "Linux Kernel Configuration"
|
mainmenu "Linux Kernel Configuration"
|
||||||
|
|
||||||
config S390
|
config S390
|
||||||
|
|
Loading…
Reference in a new issue