Page MenuHomeFreeBSD

Remove SPARE_USRSPACE.
ClosedPublic

Authored by jhb on Dec 5 2019, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 12:39 AM
Unknown Object (File)
Sep 28 2024, 2:56 AM
Unknown Object (File)
Sep 22 2024, 6:21 AM
Unknown Object (File)
Sep 20 2024, 4:35 PM
Unknown Object (File)
Sep 20 2024, 6:05 AM
Unknown Object (File)
Sep 19 2024, 4:35 PM
Unknown Object (File)
Sep 19 2024, 11:16 AM
Unknown Object (File)
Sep 8 2024, 7:58 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

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

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.