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, Nov 6, 1:19 AM
Unknown Object (File)
Tue, Nov 4, 11:54 PM
Unknown Object (File)
Wed, Oct 22, 4:35 AM
Unknown Object (File)
Sat, Oct 18, 1:57 PM
Unknown Object (File)
Sat, Oct 18, 1:57 PM
Unknown Object (File)
Sat, Oct 18, 1:57 PM
Unknown Object (File)
Sat, Oct 18, 2:31 AM
Unknown Object (File)
Sun, Oct 12, 7:59 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