From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gAylF-00010B-DV for ath10k@lists.infradead.org; Fri, 12 Oct 2018 14:50:11 +0000 From: Kalle Valo Subject: Re: [ath6kl:pending 10/15] ERROR: "__udivdi3" [drivers/net/wireless/ath/ath10k/ath10k_core.ko] undefined! References: <201810090804.eQbqAwdi%fengguang.wu@intel.com> <87pnwf44n6.fsf@kamboji.qca.qualcomm.com> Date: Fri, 12 Oct 2018 17:49:37 +0300 In-Reply-To: (Arnd Bergmann's message of "Fri, 12 Oct 2018 16:46:10 +0200") Message-ID: <878t3343um.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Arnd Bergmann Cc: kbuild test robot , linux-wireless , ath10k@lists.infradead.org, pillair@codeaurora.org, kbuild-all@01.org, svishnoi@codeaurora.org Arnd Bergmann writes: > On Fri, Oct 12, 2018 at 4:32 PM Kalle Valo wrote: >> >> + linux-wireless, arnd >> >> > >> >>> ERROR: "__udivdi3" [drivers/net/wireless/ath/ath10k/ath10k_core.ko] undefined! >> >>> ERROR: "__divdi3" [drivers/net/wireless/ath/ath10k/ath10k_core.ko] undefined! >> >> I'm not sure what this is about. The corresponding patch is here: >> >> https://patchwork.kernel.org/patch/10624567/ >> >> I see some division in the patch but I can't immeaditely see what's >> wrong. So is this a problem in the bot, in parisc architecture or with >> the patch? Anyone have any good ideas? Arnd? >> > > I think the problem is that 'clock_freq' is a 'u64', which means we can't use > a normal 32-bit division. It looks like it cannot actually go beyond the > range of a u32, so changing the type should be sufficient. Great, thanks for the quick help :) -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k