From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17308.57447.992759.27443@cargo.ozlabs.ibm.com> Date: Mon, 12 Dec 2005 13:28:55 +1100 From: Paul Mackerras To: "Joakim Tjernlund" In-Reply-To: References: Cc: linuxppc-dev@ozlabs.org Subject: Re: Linux process ABI broken in 2.6? List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Joakim Tjernlund writes: > Is it too much trouble to define r7 to always have > a zero > value at process startup? That's not much trouble, but what will you do for existing kernels? Won't you have to do something like testing *r1 anyway? Paul.