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, May 1, 2:51 PM
Unknown Object (File)
Jan 15 2024, 2:51 PM
Unknown Object (File)
Dec 11 2023, 6:08 PM
Unknown Object (File)
Dec 8 2023, 1:15 PM
Unknown Object (File)
Nov 25 2023, 5:01 AM
Unknown Object (File)
Nov 19 2023, 2:56 AM
Unknown Object (File)
Aug 27 2023, 5:39 PM
Unknown Object (File)
Aug 22 2023, 9:40 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