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)
Fri, Aug 28, 6:52 PM
Unknown Object (File)
Thu, Aug 27, 6:12 PM
Unknown Object (File)
Wed, Aug 26, 1:58 AM
Unknown Object (File)
Mon, Aug 24, 10:13 PM
Unknown Object (File)
Mon, Aug 24, 6:44 PM
Unknown Object (File)
Wed, Aug 12, 2:22 PM
Unknown Object (File)
Wed, Aug 12, 2:22 PM
Unknown Object (File)
Sat, Aug 1, 8:13 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.