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)
Wed, Oct 30, 2:53 PM
Unknown Object (File)
Oct 1 2024, 9:32 PM
Unknown Object (File)
Sep 27 2024, 9:14 AM
Unknown Object (File)
Sep 24 2024, 3:06 AM
Unknown Object (File)
Sep 18 2024, 11:53 AM
Unknown Object (File)
Sep 9 2024, 9:12 PM
Unknown Object (File)
Sep 8 2024, 7:03 AM
Unknown Object (File)
Sep 3 2024, 9:51 PM
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