From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751813AbdB1DOA (ORCPT ); Mon, 27 Feb 2017 22:14:00 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:29995 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751451AbdB1DN7 (ORCPT ); Mon, 27 Feb 2017 22:13:59 -0500 To: Arnd Bergmann Cc: James Smart , Dick Kennedy , "James E.J. Bottomley" , "Martin K. Petersen" , Hannes Reinecke , Johannes Thumshirn , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] scsi: lpfc: use div_u64 for 64-bit division From: "Martin K. Petersen" Organization: Oracle Corporation References: <20170227203159.3272843-1-arnd@arndb.de> Date: Mon, 27 Feb 2017 22:11:47 -0500 In-Reply-To: <20170227203159.3272843-1-arnd@arndb.de> (Arnd Bergmann's message of "Mon, 27 Feb 2017 21:31:43 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>>>> "Arnd" == Arnd Bergmann writes: Arnd> The new debugfs output causes a link error on 32-bit Arnd> architectures: ERROR: "__aeabi_uldivmod" Arnd> [drivers/scsi/lpfc/lpfc.ko] undefined! Arnd> This code is not performance critical, so we can simply use Arnd> div_u64(). Applied to 4.11/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering