x86/Voyager: clean up BROKEN Kconfig reference

Previous thread: x86, bigsmp: consolidate header code by Linux Kernel Mailing List on Saturday, March 28, 2009 - 2:12 pm. (1 message)

Next thread: x86: disable Voyager temporarily by Linux Kernel Mailing List on Saturday, March 28, 2009 - 2:12 pm. (1 message)
From: Linux Kernel Mailing List
Date: Saturday, March 28, 2009 - 2:12 pm

Gitweb:     http://git.kernel.org/linus/e7c64981949ec983ee41c2927c036fdb00d8e68b
Commit:     e7c64981949ec983ee41c2927c036fdb00d8e68b
Parent:     6bda2c8b32febeb38ee128047253751e080bad52
Author:     Ingo Molnar <mingo@elte.hu>
AuthorDate: Tue Jan 27 17:54:17 2009 +0100
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Thu Jan 29 14:16:53 2009 +0100

    x86/Voyager: clean up BROKEN Kconfig reference
    
    CONFIG_BROKEN has been removed from the upstream kernel years ago,
    but X86_VOYAGER still had a stale reference to it - remove it.
    
    Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index d6218e6..45c7bdb 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -303,7 +303,7 @@ config X86_ELAN
 
 config X86_VOYAGER
 	bool "Voyager (NCR)"
-	depends on X86_32 && (SMP || BROKEN) && !PCI
+	depends on X86_32 && SMP && !PCI
 	help
 	  Voyager is an MCA-based 32-way capable SMP architecture proprietary
 	  to NCR Corp.  Machine classes 345x/35xx/4100/51xx are Voyager-based.
--

Previous thread: x86, bigsmp: consolidate header code by Linux Kernel Mailing List on Saturday, March 28, 2009 - 2:12 pm. (1 message)

Next thread: x86: disable Voyager temporarily by Linux Kernel Mailing List on Saturday, March 28, 2009 - 2:12 pm. (1 message)