Page MenuHomeFreeBSD

Fix to call callout_init with correct inputs from axp driver
ClosedPublic

Authored by rajeshasp on Jul 8 2021, 2:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 12:12 AM
Unknown Object (File)
Wed, Nov 5, 11:08 AM
Unknown Object (File)
Mon, Nov 3, 11:34 PM
Unknown Object (File)
Oct 15 2025, 9:11 AM
Unknown Object (File)
Oct 15 2025, 9:11 AM
Unknown Object (File)
Oct 15 2025, 9:11 AM
Unknown Object (File)
Oct 14 2025, 10:35 PM
Unknown Object (File)
Oct 13 2025, 2:55 AM
Subscribers

Details

Summary

callout_init takes the second parameter as a flag to indicate MPSAFE.
axp(4) driver passes unwanted "hz" reference. This patch removes it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable