diff options
| author | 2007-05-06 14:50:39 -0700 | |
|---|---|---|
| committer | 2007-05-07 12:12:58 -0700 | |
| commit | e87be1143472d841c1907e6e7ae4862a30e3595c (patch) | |
| tree | 6f5dc6d5f46afe518c3a871846e4807919ea6b67 | |
| parent | srmcons: fix kmalloc(GFP_KERNEL) inside spinlock (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>
| -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 bool default y -config GENERIC_BUST_SPINLOCK - bool - config ZONE_DMA bool default y |
