From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] powerpc: Fix system calls on Cell entered with XER.SO=1 Date: Wed, 26 Nov 2008 11:52:43 +0100 References: <18732.40814.991329.362635@cargo.ozlabs.ibm.com> In-Reply-To: <18732.40814.991329.362635@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200811261152.44152.arnd@arndb.de> Cc: Paul Mackerras , cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 26 November 2008, Paul Mackerras wrote: > This fixes it by moving the clearing of CR0.SO to after the > ACCOUNT_CPU_USER_ENTRY call in the system call entry path. Thanks for taking care of this! > Signed-off-by: Paul Mackerras Acked-by: Arnd Bergmann