]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the sigcode base check on arm64
authorAndrew Turner <andrew@FreeBSD.org>
Wed, 5 Jan 2022 11:01:31 +0000 (11:01 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 31 Jan 2022 10:05:47 +0000 (10:05 +0000)
commit70f901bc94efa18f716ed28b924c5210b1e62375
tree8c817bb92fc0e702b6e06cba59632472d1cdd5a7
parent8082242b96cbd6be7b3c6cb2297ea2d3207185d9
Remove the sigcode base check on arm64

This was added with the shared page support. It is unused as we always
enable the shared page on FreeBSD executables on arm64.

(cherry picked from commit fbdca14953785b6309b2754a90a85180fadc2a9d)
sys/arm64/arm64/exec_machdep.c