Page MenuHomeFreeBSD

Remove SPARE_USRSPACE.
ClosedPublic

Authored by jhb on Dec 5 2019, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 27, 10:23 AM
Unknown Object (File)
Fri, Aug 21, 8:34 PM
Unknown Object (File)
Wed, Aug 12, 12:28 AM
Unknown Object (File)
Tue, Aug 11, 7:10 AM
Unknown Object (File)
Mon, Aug 10, 7:40 PM
Unknown Object (File)
Mon, Aug 10, 7:40 PM
Unknown Object (File)
Sun, Aug 9, 10:58 AM
Unknown Object (File)
Sat, Aug 8, 7:13 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.