diff options
author | Robert P. J. Day | 2007-05-11 07:33:03 +0200 |
---|---|---|
committer | Russell King | 2007-05-11 18:38:04 +0200 |
commit | a0d6333742c68b321043e4982ec413951ee9afb0 (patch) | |
tree | 1fd27c712f38a96aab13f7a78b6e7269dc55fe3d | |
parent | [ARM] 4303/3: base kernel support for TI DaVinci (diff) | |
download | kernel-qcow2-linux-a0d6333742c68b321043e4982ec413951ee9afb0.tar.gz kernel-qcow2-linux-a0d6333742c68b321043e4982ec413951ee9afb0.tar.xz kernel-qcow2-linux-a0d6333742c68b321043e4982ec413951ee9afb0.zip |
[ARM] remove useless config option GENERIC_BUST_SPINLOCK
Remove the apparently useless config option GENERIC_BUST_SPINLOCK,
since nothing in the source tree refers to it.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 34d1462e4341..52c209ef58b8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -114,9 +114,6 @@ config GENERIC_CALIBRATE_DELAY bool default y -config GENERIC_BUST_SPINLOCK - bool - config ARCH_MAY_HAVE_PC_FDC bool |