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
F110444230: D11359.diff
Tue, Feb 18, 1:34 PM
Unknown Object (File)
Thu, Feb 13, 9:42 AM
Unknown Object (File)
Wed, Feb 12, 6:03 AM
Unknown Object (File)
Jan 9 2025, 8:57 PM
Unknown Object (File)
Jan 9 2025, 8:53 PM
Unknown Object (File)
Dec 2 2024, 6:16 AM
Unknown Object (File)
Nov 24 2024, 12:53 PM
Unknown Object (File)
Nov 11 2024, 12:24 PM
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.