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)
Oct 1 2024, 12:46 PM
Unknown Object (File)
Sep 30 2024, 1:24 PM
Unknown Object (File)
Sep 22 2024, 8:18 AM
Unknown Object (File)
Sep 19 2024, 4:54 AM
Unknown Object (File)
Sep 17 2024, 8:09 AM
Unknown Object (File)
Sep 8 2024, 11:03 AM
Unknown Object (File)
Sep 8 2024, 8:05 AM
Unknown Object (File)
Sep 8 2024, 5:54 AM
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