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
Unknown Object (File)
Tue, Aug 26, 5:12 AM
Unknown Object (File)
Mon, Aug 18, 1:57 AM
Unknown Object (File)
Wed, Aug 13, 2:47 AM
Unknown Object (File)
Tue, Aug 12, 1:36 PM
Unknown Object (File)
Sat, Aug 9, 2:32 PM
Unknown Object (File)
Fri, Aug 8, 11:43 AM
Unknown Object (File)
Jul 12 2025, 8:35 PM
Unknown Object (File)
Jul 7 2025, 3:21 PM
Subscribers

Details

Summary

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

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