From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xyKGZ6KkFzDqTc for ; Thu, 21 Sep 2017 11:46:46 +1000 (AEST) In-Reply-To: <20170919233219.26184-1-anton@ozlabs.org> To: Anton Blanchard , benh@kernel.crashing.org, paulus@samba.org From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org Subject: Re: powerpc/sstep: mullw should calculate a 64 bit signed result Message-Id: <3xyKGY0040z9sRg@ozlabs.org> Date: Thu, 21 Sep 2017 11:46:44 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-09-19 at 23:32:19 UTC, Anton Blanchard wrote: > From: Anton Blanchard > > mullw should do a 32 bit signed multiply and create a 64 bit signed > result. It currently truncates the result to 32 bits. > > Signed-off-by: Anton Blanchard Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/1575fe06f6b1d156ed31fb22c8631d cheers