linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: hide CONFIG_ALTIVEC on iSeries
@ 2005-12-01 20:46 Olaf Hering
  2005-12-01 22:25 ` Paul Mackerras
  0 siblings, 1 reply; 3+ messages in thread
From: Olaf Hering @ 2005-12-01 20:46 UTC (permalink / raw)
  To: Paul Mackeras, linuxppc-dev


Do not offer CONFIG_ALTIVEC for legacy iSeries. They predate the 970.

Signed-off-by: Olaf Hering <olh@suse.de>

 arch/powerpc/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.15-rc4-olh/arch/powerpc/Kconfig
===================================================================
--- linux-2.6.15-rc4-olh.orig/arch/powerpc/Kconfig
+++ linux-2.6.15-rc4-olh/arch/powerpc/Kconfig
@@ -169,7 +169,7 @@ config PHYS_64BIT
 
 config ALTIVEC
 	bool "AltiVec Support"
-	depends on 6xx || POWER4
+	depends on (6xx || POWER4) && !PPC_ISERIES
 	---help---
 	  This option enables kernel support for the Altivec extensions to the
 	  PowerPC processor. The kernel currently supports saving and restoring
-- 
short story of a lazy sysadmin:
 alias appserv=wotan

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

end of thread, other threads:[~2005-12-01 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01 20:46 [PATCH] powerpc: hide CONFIG_ALTIVEC on iSeries Olaf Hering
2005-12-01 22:25 ` Paul Mackerras
2005-12-01 22:28   ` Olaf Hering

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).