Page MenuHomeFreeBSD

Implement parts of the hrtimer API in the LinuxKPI
ClosedPublic

Authored by markj on Jun 25 2017, 6:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 22, 11:40 PM
Unknown Object (File)
Tue, Apr 21, 1:38 PM
Unknown Object (File)
Mon, Apr 20, 6:05 AM
Unknown Object (File)
Mon, Apr 6, 4:07 PM
Unknown Object (File)
Mon, Apr 6, 5:05 AM
Unknown Object (File)
Mon, Mar 30, 4:19 PM
Unknown Object (File)
Mar 29 2026, 6:32 PM
Unknown Object (File)
Mar 26 2026, 8:10 AM
Subscribers

Details

Summary

This is the bare minimum needed by the DRM drivers.

Test Plan
  • buildkernel WITH_OFED=
  • We've been using this code in drm-next for a month or two.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10126
Build 10549: arc lint + arc unit

Event Timeline

markj added a reviewer: hselasky.
sys/compat/linuxkpi/common/include/linux/hrtimer.h
57

Parenthesis around clock and mode.

64

Add a parenthesis around (mode)

68

Same here.

77

Use s64 instead of long here.

This revision is now accepted and ready to land.Jun 26 2017, 6:17 AM
This revision was automatically updated to reflect the committed changes.