From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 1 Sep 2011 12:42:43 +0200 Subject: [U-Boot] [PATCH] arm: add 64-64 bit divider In-Reply-To: References: <1314787130-1043-1-git-send-email-clchiou@chromium.org> <201109011216.14124.marek.vasut@gmail.com> Message-ID: <201109011242.43733.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, September 01, 2011 12:30:47 PM Che-liang Chiou wrote: > Hi Marek, > > I will abandon this patch and submit a new patch that is adapted from > do_div() and lib64.c of the Linux kernel. Does this sound okay to you? I'm not against it, but is it worth the effort? Like ... why do we need it ? > > Regards, > Che-Liang [...]