From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guo Ren Subject: Re: [PATCH V2 13/19] csky: Library functions Date: Wed, 4 Jul 2018 18:51:50 +0800 Message-ID: <20180704105150.GA21269@guoren> References: <7a1490b307d8e62cebe80ebc03fea6bad8b0f227.1530465326.git.ren_guo@c-sky.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: linux-arch , Linux Kernel Mailing List , Thomas Gleixner , Daniel Lezcano , Jason Cooper , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, thomas.petazzoni@bootlin.com, wbx@uclibc-ng.org, Greentime Hu List-Id: linux-arch.vger.kernel.org On Tue, Jul 03, 2018 at 10:04:57PM +0200, Arnd Bergmann wrote: > It's better to avoid relying on libgcc here. Please use the > CONFIG_GENERIC_LIB_ASHLDI3/ASHRDI3/LSHRDI3/etc > helpers that we already have in the kernel. Ok, I'll try Guo Ren From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2200-217.mail.aliyun.com ([121.197.200.217]:46289 "EHLO smtp2200-217.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932399AbeGDKwW (ORCPT ); Wed, 4 Jul 2018 06:52:22 -0400 Date: Wed, 4 Jul 2018 18:51:50 +0800 From: Guo Ren Subject: Re: [PATCH V2 13/19] csky: Library functions Message-ID: <20180704105150.GA21269@guoren> References: <7a1490b307d8e62cebe80ebc03fea6bad8b0f227.1530465326.git.ren_guo@c-sky.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: linux-arch , Linux Kernel Mailing List , Thomas Gleixner , Daniel Lezcano , Jason Cooper , c-sky_gcc_upstream@c-sky.com, gnu-csky@mentor.com, thomas.petazzoni@bootlin.com, wbx@uclibc-ng.org, Greentime Hu Message-ID: <20180704105150.-CjxoqVNRA2qpF-P5x1A3xEc9kq0nEgd2PXZyveh6kg@z> On Tue, Jul 03, 2018 at 10:04:57PM +0200, Arnd Bergmann wrote: > It's better to avoid relying on libgcc here. Please use the > CONFIG_GENERIC_LIB_ASHLDI3/ASHRDI3/LSHRDI3/etc > helpers that we already have in the kernel. Ok, I'll try Guo Ren