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 ESMTPS id C13CBB6F87 for ; Thu, 1 Dec 2011 07:21:24 +1100 (EST) Message-ID: <1322684475.29041.2.camel@pasglop> Subject: Re: [PATCH 4/6] powerpc/boot: Add extended precision shifts to the boot wrapper. From: Benjamin Herrenschmidt To: Josh Boyer Date: Thu, 01 Dec 2011 07:21:15 +1100 In-Reply-To: References: <1322630640-13708-1-git-send-email-tony@bakeyournoodle.com> <1322630640-13708-5-git-send-email-tony@bakeyournoodle.com> <1322632107.21641.43.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: LinuxPPC-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2011-11-30 at 06:45 -0500, Josh Boyer wrote: > On Wed, Nov 30, 2011 at 12:48 AM, Benjamin Herrenschmidt > wrote: > > On Wed, 2011-11-30 at 16:23 +1100, Tony Breeds wrote: > >> Code copied from arch/powerpc/kernel/misc_32.S > >> > >> Signed-off-by: Tony Breeds > >> --- > >> arch/powerpc/boot/div64.S | 52 +++++++++++++++++++++++++++++++++++++++++++++ > >> 1 files changed, 52 insertions(+), 0 deletions(-) > > > > Should we just link with libgcc ? :-) > > Please tell me you're joking. Only half... I wonder what it would look like. Wouldn't ld only pickup what we use anyway ? > However, adding this code and wonderful and all but why do we need to > add it? Changelog should say why. Agreed. Cheers, Ben.