LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] ARM: Remove useless config option GENERIC_BUST_SPINLOCK.
@ 2007-04-26 15:10 Robert P. J. Day
  2007-04-26 20:20 ` Russell King
  2007-04-27  8:20 ` ian
  0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2007-04-26 15:10 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Andrew Morton, Ian Molton


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>

---

  along with the single reference under AVR32 reported earlier, these
are the only other references to GENERIC_BUST_SPINLOCK in the entire
tree.  so i have to believe this feature is dead, not just resting.

 arch/arm/Kconfig   |    3 ---
 arch/arm26/Kconfig |    3 ---
 2 files changed, 6 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e7baca2..5a4869f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -102,9 +102,6 @@ config GENERIC_CALIBRATE_DELAY
 	bool
 	default y

-config GENERIC_BUST_SPINLOCK
-	bool
-
 config ARCH_MAY_HAVE_PC_FDC
 	bool

diff --git a/arch/arm26/Kconfig b/arch/arm26/Kconfig
index 989113d..20688bc 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

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: Remove useless config option GENERIC_BUST_SPINLOCK.
  2007-04-26 15:10 [PATCH] ARM: Remove useless config option GENERIC_BUST_SPINLOCK Robert P. J. Day
@ 2007-04-26 20:20 ` Russell King
  2007-04-27  8:20 ` ian
  1 sibling, 0 replies; 3+ messages in thread
From: Russell King @ 2007-04-26 20:20 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List, Andrew Morton, Ian Molton

On Thu, Apr 26, 2007 at 11:10:59AM -0400, Robert P. J. Day wrote:
> 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>

Please copy me on ARM (NOT ARM26) fixes.  For all intents and purposes
they're two entirely separate architectures.  One I'm responsible for.
The other Ian's responsible for.  Thanks.

>  arch/arm/Kconfig   |    3 ---
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index e7baca2..5a4869f 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -102,9 +102,6 @@ config GENERIC_CALIBRATE_DELAY
>  	bool
>  	default y
> 
> -config GENERIC_BUST_SPINLOCK
> -	bool
> -
>  config ARCH_MAY_HAVE_PC_FDC
>  	bool
> 

Just this part:

Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: Remove useless config option GENERIC_BUST_SPINLOCK.
  2007-04-26 15:10 [PATCH] ARM: Remove useless config option GENERIC_BUST_SPINLOCK Robert P. J. Day
  2007-04-26 20:20 ` Russell King
@ 2007-04-27  8:20 ` ian
  1 sibling, 0 replies; 3+ messages in thread
From: ian @ 2007-04-27  8:20 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Linux Kernel Mailing List, Andrew Morton

On Thu, 2007-04-26 at 11:10 -0400, Robert P. J. Day wrote:

The below is clearly correct. Consider it...

Acked-by: Ian Molton <spyro@f2s.com>



>  arch/arm/Kconfig   |    3 ---
>  arch/arm26/Kconfig |    3 ---
>  2 files changed, 6 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index e7baca2..5a4869f 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -102,9 +102,6 @@ config GENERIC_CALIBRATE_DELAY
>         bool
>         default y
> 
> -config GENERIC_BUST_SPINLOCK
> -       bool
> -
>  config ARCH_MAY_HAVE_PC_FDC
>         bool
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-27  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-26 15:10 [PATCH] ARM: Remove useless config option GENERIC_BUST_SPINLOCK Robert P. J. Day
2007-04-26 20:20 ` Russell King
2007-04-27  8:20 ` ian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).