From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 5C39FDDFCB for ; Wed, 30 May 2007 22:58:24 +1000 (EST) Subject: Re: Saving to 32 bits of GPRs in signal context From: Benjamin Herrenschmidt To: Hiroyuki.Mach@gmail.com In-Reply-To: References: <18012.61822.197988.279764@cargo.ozlabs.ibm.com> <1180525484.19517.266.camel@localhost.localdomain> <91D21C34-3D3C-4A1F-9B2E-08F336B7EFC4@kernel.crashing.org> Content-Type: text/plain Date: Wed, 30 May 2007 22:58:12 +1000 Message-Id: <1180529892.19517.282.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Ulrich Weigand , Steve Munroe , linuxppc-dev list , Paul Mackerras , Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2007-05-30 at 21:48 +0900, Hiroyuki Machida wrote: > > I think same framework as proposed at follwoing URLs, works. > http://penguinppc.org/dev/glibc/glibc-powerpc-cpu-addon.html > http://sources.redhat.com/ml/libc-alpha/2006-01/msg00094.html Yeah, it would make sense to define a new feature bit to trigger automatic loading of optimized libs... Steve, how hard do you think it would be to extend AT_HWCAP ? Like adding an AT_HWCAP2 or something like that ? Ben.