HomeFreeBSD

Add GET_STACK_USAGE() for arm64.

Description

Add GET_STACK_USAGE() for arm64.

Its absence meant that GEOM direct dispatch was disabled (the service
routines check the current thread's stack usage to determine whether
to hand off the request to a dedicated thread), and this change is
sufficient to enable direct dispatch by default.

Reviewed by: allanjude
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D15527

Details

Provenance
markjAuthored on
Reviewer
allanjude
Differential Revision
D15527: Add GET_STACK_USAGE() for arm64.
Parents
rS334100: Document the return value of sbuf_bcat(9).
Branches
Unknown
Tags
Unknown