From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin K. Petersen" Subject: Re: [PATCH] scsi: lpfc: use div_u64 for 64-bit division Date: Mon, 27 Feb 2017 22:11:47 -0500 Message-ID: References: <20170227203159.3272843-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20170227203159.3272843-1-arnd@arndb.de> (Arnd Bergmann's message of "Mon, 27 Feb 2017 21:31:43 +0100") Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-scsi@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