From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Thu, 02 Aug 2007 19:46:34 +0200 Subject: [U-Boot-Users] [PATCH 1/2] Move 64bit division from avr32 to generic lib, take #2 Message-ID: <46B2187A.2070801@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Move the 64bit division from lib_avr32 to lib_generic. With this, all boards can do_div/__div64_32 if needed, not only avr one. Code is put to lib_generic, so no larger memory footprint if not used. No code modifications. Thanks for proposal by H?vard Skinnemoen. Signed-off-by: Dirk Behme -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 01_div64_generic_patch.txt Url: http://lists.denx.de/pipermail/u-boot/attachments/20070802/75df5b99/attachment.txt