Page MenuHomeFreeBSD

linuxkpi: Define `div64_ul()` as a synonym to `div64_u64()`
ClosedPublic

Authored by dumbbell on Jun 23 2025, 9:31 PM.
Tags
None
Referenced Files
F132372353: D50986.id157483.diff
Thu, Oct 16, 8:04 AM
F132372352: D50986.id.diff
Thu, Oct 16, 8:04 AM
F132372350: D50986.id157468.diff
Thu, Oct 16, 8:04 AM
F132372346: D50986.id157481.diff
Thu, Oct 16, 8:04 AM
Unknown Object (File)
Wed, Oct 15, 8:32 PM
Unknown Object (File)
Wed, Oct 8, 2:25 AM
Unknown Object (File)
Tue, Oct 7, 10:17 AM
Unknown Object (File)
Fri, Oct 3, 8:14 AM
Subscribers

Details

Summary

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz added inline comments.
sys/compat/linuxkpi/common/include/linux/math64.h
74

Why do you put it here and not under div64_u64()?

dumbbell added inline comments.
sys/compat/linuxkpi/common/include/linux/math64.h
74

Hmm, you are right, it would be better just after div64_u64(). I guess I put it after all the existing div64_u*() functions.

dumbbell marked an inline comment as done.

Address comment from @bz: move the definition of div64_ul() just after div64_u64().

This revision is now accepted and ready to land.Jun 23 2025, 10:07 PM