Alpha arch development list
 help / color / mirror / Atom feed
* [PATCH] alpha: fix ALPHA_LEGACY_START_ADDRESS and default to no
@ 2010-10-29  4:22 Matt Turner
  2010-10-29  6:22 ` Kaj-Michael Lang
  2010-10-29 10:25 ` Michael Cree
  0 siblings, 2 replies; 4+ messages in thread
From: Matt Turner @ 2010-10-29  4:22 UTC (permalink / raw)
  To: linux-alpha; +Cc: Richard Henderson, Ivan Kokshaysky, Michael Cree

[-- Attachment #1: Type: text/plain, Size: 1865 bytes --]

Kconfig.debug had ALPHA_LEGACY_START_ADDRESS twice, which seemed to mess
the whole thing up so that the only way that you could unselect
it was to set ALPHA_GENERIC. That is to say, setting ALPHA_TITAN
actually prevented unsetting ALPHA_LEGACY_START_ADDRESS, which is
necessary for Titan systems. WTF.

Also, in my two and a half years of doing alpha stuff, I've only known
one person to use MILO and this was on a 164UX where he had no option,
and the kernel has been broken on this board since 2.6.23 anyway. So,
even with as few Marvel/Titan systems as there are, there are fewer MILO
users.

This does mean that people who use MILO (do you still exist?) will have
to make sure to set this option. If you're using <aboot-0.7 then I have
no sympathy for you.

Signed-off-by: Matt Turner <mattst88@gmail.com>
---
 arch/alpha/Kconfig.debug |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/arch/alpha/Kconfig.debug b/arch/alpha/Kconfig.debug
index 3f6265f..b2589b2 100644
--- a/arch/alpha/Kconfig.debug
+++ b/arch/alpha/Kconfig.debug
@@ -9,7 +9,7 @@ config EARLY_PRINTK
 
 config ALPHA_LEGACY_START_ADDRESS
 	bool "Legacy kernel start address"
-	depends on ALPHA_GENERIC
+	depends on !ALPHA_GENERIC && !ALPHA_TITAN && !ALPHA_MARVEL && !ALPHA_WILDFIRE
 	default n
 	---help---
 	  The 2.4 kernel changed the kernel start address from 0x310000
@@ -26,11 +26,6 @@ config ALPHA_LEGACY_START_ADDRESS
 	  Say Y if you have a broken bootloader.  Say N if you do not, or if
 	  you wish to run on Wildfire, Titan, or Marvel.
 
-config ALPHA_LEGACY_START_ADDRESS
-	bool
-	depends on !ALPHA_GENERIC && !ALPHA_TITAN && !ALPHA_MARVEL && !ALPHA_WILDFIRE
-	default y
-
 config MATHEMU
 	tristate "Kernel FP software completion" if DEBUG_KERNEL && !SMP
 	default y if !DEBUG_KERNEL || SMP
-- 
1.7.2.2


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2010-10-29 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-29  4:22 [PATCH] alpha: fix ALPHA_LEGACY_START_ADDRESS and default to no Matt Turner
2010-10-29  6:22 ` Kaj-Michael Lang
2010-10-29 10:25 ` Michael Cree
2010-10-29 16:09   ` Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox