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 15, 9:11 AM
Unknown Object (File)
Wed, Oct 15, 9:11 AM
Unknown Object (File)
Wed, Oct 15, 9:11 AM
Unknown Object (File)
Tue, Oct 14, 10:35 PM
Unknown Object (File)
Mon, Oct 13, 2:55 AM
Unknown Object (File)
Mon, Oct 13, 1:25 AM
Unknown Object (File)
Mon, Oct 13, 12:26 AM
Unknown Object (File)
Sun, Oct 12, 1:58 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