* [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
* Re: [PATCH] powerpc: hide CONFIG_ALTIVEC on iSeries
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
0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2005-12-01 22:25 UTC (permalink / raw)
To: Olaf Hering; +Cc: linuxppc-dev
Olaf Hering writes:
> Do not offer CONFIG_ALTIVEC for legacy iSeries. They predate the 970.
I am still hoping that we will get to the point of being able to build
a single binary kernel for both iSeries and the rest (pSeries, pmac,
etc.). If we put in this patch then we'll undoubtedly forget to take
it back out when we do get to the single binary kernel.
Does it cause any actual problem to have CONFIG_ALTIVEC offered on
legacy iSeries?
Paul.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] powerpc: hide CONFIG_ALTIVEC on iSeries
2005-12-01 22:25 ` Paul Mackerras
@ 2005-12-01 22:28 ` Olaf Hering
0 siblings, 0 replies; 3+ messages in thread
From: Olaf Hering @ 2005-12-01 22:28 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev
On Fri, Dec 02, Paul Mackeras wrote:
> Does it cause any actual problem to have CONFIG_ALTIVEC offered on
> legacy iSeries?
Its just an unneeded question when running oldconfig on an older .config
for iseries. I cant test if it causes any trouble.
CPU_FREQ is similar, but I dont see an easy way to hide it.
--
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).