Page MenuHomeFreeBSD

Remove SPARE_USRSPACE.
ClosedPublic

Authored by jhb on Dec 5 2019, 9:53 PM.
Tags
None
Referenced Files
F110438769: D22697.diff
Tue, Feb 18, 11:53 AM
Unknown Object (File)
Fri, Feb 14, 2:53 PM
Unknown Object (File)
Sun, Feb 9, 12:18 AM
Unknown Object (File)
Wed, Jan 29, 6:07 AM
Unknown Object (File)
Fri, Jan 24, 1:20 PM
Unknown Object (File)
Nov 29 2024, 11:57 PM
Unknown Object (File)
Nov 19 2024, 12:39 AM
Unknown Object (File)
Sep 28 2024, 2:56 AM
Subscribers

Details

Summary

This constant was used to reserve space at the top of the stack to hold
translated system call arguments for non-default ABIs (the "stackgap").
However, none of the compatibility ABIs have used the stackgap in many
years and the last use of SPARE_USRSPACE was removed in r355373.

Test Plan
  • grep -r doesn't turn up any instances in the kernel
  • amd64, i386, and aarch64 kernels build

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27991
Build 26152: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 6 2019, 1:05 PM
This revision was automatically updated to reflect the committed changes.