Page MenuHomeFreeBSD

Remove SPARE_USRSPACE.
ClosedPublic

Authored by jhb on Dec 5 2019, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 1, 8:42 AM
Unknown Object (File)
Sat, Mar 28, 12:24 AM
Unknown Object (File)
Mon, Mar 23, 8:29 AM
Unknown Object (File)
Sat, Mar 21, 2:47 PM
Unknown Object (File)
Sat, Mar 21, 7:54 AM
Unknown Object (File)
Sat, Mar 21, 3:54 AM
Unknown Object (File)
Fri, Mar 20, 9:56 PM
Unknown Object (File)
Fri, Mar 20, 7:34 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.