Page MenuHomeFreeBSD

Remove SPARE_USRSPACE.
ClosedPublic

Authored by jhb on Dec 5 2019, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 4 2024, 3:30 AM
Unknown Object (File)
Dec 20 2023, 2:22 AM
Unknown Object (File)
Dec 20 2023, 2:22 AM
Unknown Object (File)
Oct 19 2023, 10:45 PM
Unknown Object (File)
Sep 2 2023, 2:51 AM
Unknown Object (File)
Jul 10 2023, 10:35 AM
Unknown Object (File)
Jan 15 2023, 4:42 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.