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