From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 13 Sep 2005 17:35:55 -0300 From: Marcelo Tosatti To: Kumar Gala Message-ID: <20050913203555.GB18639@dmt.cnet> References: <20050913175028.GB14889@dmt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, cort@fsmlabs.com, linux-ppc-embedded Subject: Re: __switch_to test-and-branch ALTIVEC specific? List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Sep 13, 2005 at 02:05:57PM -0500, Kumar Gala wrote: > This probably has to due with what happens on a G4 system with a > kernel not build with Altivec.. However, I dont remember exactly what > behavior is desired. What would be the appropriate set of definitions to use, then ? #if defined (CONFIG_ALTIVEC || CONFIG_6xx) ?