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)
Wed, Aug 12, 12:55 AM
Unknown Object (File)
Tue, Aug 11, 4:08 AM
Unknown Object (File)
Sat, Aug 8, 4:10 PM
Unknown Object (File)
Sat, Aug 8, 9:23 AM
Unknown Object (File)
Thu, Aug 6, 7:02 PM
Unknown Object (File)
Thu, Aug 6, 5:22 PM
Unknown Object (File)
Sat, Aug 1, 10:10 PM
Unknown Object (File)
Fri, Jul 24, 11:42 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