diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2006-12-04 15:39:52 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-12-04 15:39:52 +0100 |
commit | feb5babead7f8058f0108ec59c3e7c2df666bd67 (patch) | |
tree | f327f780e6fafd45b0995da47bed9b95a4ac5910 /arch/s390 | |
parent | 01376f4495840f3daf6d73679242b5964fc9603b (diff) | |
download | linux-feb5babead7f8058f0108ec59c3e7c2df666bd67.tar.gz linux-feb5babead7f8058f0108ec59c3e7c2df666bd67.tar.bz2 linux-feb5babead7f8058f0108ec59c3e7c2df666bd67.zip |
[S390] Remove unused GENERIC_BUST_SPINLOCK from Kconfig.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 245b81bc7157..5b04c4095c8d 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -33,9 +33,6 @@ config GENERIC_CALIBRATE_DELAY config GENERIC_TIME def_bool y -config GENERIC_BUST_SPINLOCK - bool - mainmenu "Linux Kernel Configuration" config S390 |