Page MenuHomeFreeBSD

Add GET_STACK_USAGE() for arm64.
ClosedPublic

Authored by markj on May 23 2018, 12:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 11:12 AM
Unknown Object (File)
Fri, Mar 27, 8:17 PM
Unknown Object (File)
Sun, Mar 22, 7:40 AM
Unknown Object (File)
Sat, Mar 21, 7:34 PM
Unknown Object (File)
Tue, Mar 17, 6:24 AM
Unknown Object (File)
Feb 26 2026, 11:35 PM
Unknown Object (File)
Dec 20 2025, 5:41 PM
Unknown Object (File)
Nov 30 2025, 6:12 AM
Subscribers

Details

Summary

I noticed while testing builds on a ThunderX that the GEOM
service threads were quite busy. Turns out that arm64 was
missing a macro that's required in order to enable so-called
direct dispatch in GEOM. Without that, all I/O passes through
these threads.

The implementation is just copied from other arches. I will
look into unifying them, but this works for now.

Test Plan

buildkernel, verified that the GEOM threads are no longer busy

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj edited the test plan for this revision. (Show Details)
markj added reviewers: andrew, emaste.
markj removed subscribers: andrew, emaste.
This revision is now accepted and ready to land.May 23 2018, 4:41 AM
This revision was automatically updated to reflect the committed changes.