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)
Sun, May 17, 10:49 PM
Unknown Object (File)
Sun, May 17, 10:49 PM
Unknown Object (File)
Sun, May 17, 10:49 PM
Unknown Object (File)
Sun, May 17, 10:37 PM
Unknown Object (File)
Apr 30 2026, 6:22 AM
Unknown Object (File)
Apr 30 2026, 2:56 AM
Unknown Object (File)
Apr 29 2026, 11:37 AM
Unknown Object (File)
Apr 28 2026, 8:12 AM
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