Re: linux-next: Tree for Jun 3 (clk/clk-rp1.c)
From: Randy Dunlap
Date: Tue Jun 03 2025 - 13:02:35 EST
On 6/3/25 12:00 AM, Stephen Rothwell wrote:
> Hi all,
>
> Please do not add any material destined for v6.17 to you rlinux-next
> included branches until after v6.16-rc1 has been released.
>
> Changes since 20250530:
>
on i386:
ld: drivers/clk/clk-rp1.o: in function `rp1_pll_divider_set_rate':
clk-rp1.c:(.text+0xba1): undefined reference to `__udivdi3'
caused by
/* must sleep 10 pll vco cycles */
ndelay(10ULL * div * NSEC_PER_SEC / parent_rate);
--
~Randy