From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.redhat.com (mx2.redhat.com [66.187.237.31]) by ozlabs.org (Postfix) with ESMTP id DB908DDE08 for ; Thu, 11 Dec 2008 00:10:21 +1100 (EST) From: David Howells In-Reply-To: <5545.1228914404@redhat.com> References: <5545.1228914404@redhat.com> <1795455197.20081210132912@emcraft.com> <200812092044.40649.yur@emcraft.com> <503391615.20081210130113@emcraft.com> <20081210101745.GG28946@ZenIV.linux.org.uk> Subject: Re: Re[2]: [PATCH] fork_init: fix division by zero Date: Wed, 10 Dec 2008 13:09:38 +0000 Message-ID: <5572.1228914578@redhat.com> Sender: dhowells@redhat.com Cc: Wolfgang Denk , Detlev Zundel , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, Milton Miller , Al Viro , Geert Uytterhoeven , Ilya Yanok List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , David Howells wrote: > Ummm... On powerpc, I believe rotate-left would be a division as it does the > bit-numbering and the bit direction the opposite way to more familiar CPUs > such as x86. Actually, I'm not sure that's true. Sometimes powerpc makes my head hurt:-) David