diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-05-06 17:50:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:12:58 -0400 |
commit | e87be1143472d841c1907e6e7ae4862a30e3595c (patch) | |
tree | 6f5dc6d5f46afe518c3a871846e4807919ea6b67 /arch/arm26/Kconfig | |
parent | 2af0bc94a665f22975de11bddcf6c57907ce8255 (diff) |
ARM26: 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>
Acked-by: Ian Molton <spyro@f2s.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm26/Kconfig')
-rw-r--r-- | arch/arm26/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm26/Kconfig b/arch/arm26/Kconfig index 989113dce415..20688bc13e9b 100644 --- a/arch/arm26/Kconfig +++ b/arch/arm26/Kconfig | |||
@@ -57,9 +57,6 @@ config GENERIC_CALIBRATE_DELAY | |||
57 | bool | 57 | bool |
58 | default y | 58 | default y |
59 | 59 | ||
60 | config GENERIC_BUST_SPINLOCK | ||
61 | bool | ||
62 | |||
63 | config ZONE_DMA | 60 | config ZONE_DMA |
64 | bool | 61 | bool |
65 | default y | 62 | default y |