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
F137819775: D50986.diff
Wed, Nov 26, 3:06 AM
Unknown Object (File)
Fri, Nov 21, 11:22 PM
Unknown Object (File)
Wed, Nov 5, 5:48 AM
Unknown Object (File)
Wed, Oct 29, 10:00 AM
Unknown Object (File)
Wed, Oct 29, 9:38 AM
Unknown Object (File)
Wed, Oct 29, 9:16 AM
Unknown Object (File)
Oct 24 2025, 9:52 PM
Unknown Object (File)
Oct 24 2025, 7:45 PM
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