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
F151380409: D50986.id.diff
Wed, Apr 8, 12:41 AM
Unknown Object (File)
Mon, Apr 6, 11:15 AM
Unknown Object (File)
Mon, Mar 23, 8:26 PM
Unknown Object (File)
Mon, Mar 23, 12:17 AM
Unknown Object (File)
Thu, Mar 19, 8:59 AM
Unknown Object (File)
Thu, Mar 19, 1:14 AM
Unknown Object (File)
Wed, Mar 18, 4:33 AM
Unknown Object (File)
Tue, Mar 17, 8:48 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