Page MenuHomeFreeBSD

SBI calls expect a pointer to a u_long rather than a pointer.
ClosedPublic

Authored by jhb on Oct 31 2018, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 16, 10:04 AM
Unknown Object (File)
Sun, Jul 12, 1:19 PM
Unknown Object (File)
Sat, Jul 11, 1:28 PM
Unknown Object (File)
Jun 4 2026, 5:13 PM
Unknown Object (File)
Jun 4 2026, 9:34 AM
Unknown Object (File)
Jun 3 2026, 7:56 PM
Unknown Object (File)
Jun 1 2026, 12:51 PM
Unknown Object (File)
May 18 2026, 12:04 PM
Subscribers

Details

Summary

This is just cosmetic.

A weirder issue is that the SBI doc claims the hart mask pointer should
be a physical address, not a virtual address. However, the implementation
in bbl seems to just dereference the address directly.

Test Plan
  • booted SMP under qemu

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable