Hi all,
After merging the scmi tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
arm-linux-gnueabi-ld: drivers/firmware/arm_scmi/perf.o: in function `scmi_dvfs_freq_set':
perf.c:(.text+0xc8c): undefined reference to `__aeabi_uldivmod'
Caused by commit
eb55fbef8913 ("firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode")
I have used the scmi tree from next-20231130 for today.
--
Cheers,
Stephen Rothwell
On Fri, Dec 01, 2023 at 08:59:14AM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the scmi tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
>
> arm-linux-gnueabi-ld: drivers/firmware/arm_scmi/perf.o: in function `scmi_dvfs_freq_set':
> perf.c:(.text+0xc8c): undefined reference to `__aeabi_uldivmod'
>
> Caused by commit
>
> eb55fbef8913 ("firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode")
>
> I have used the scmi tree from next-20231130 for today.
Thanks for the report, I will fix it ASAP.
--
Regards,
Sudeep