]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Nudge lld to break the kernel read-only and read-write sections into
authorjtl <jtl@FreeBSD.org>
Tue, 6 Mar 2018 14:18:45 +0000 (14:18 +0000)
committerjtl <jtl@FreeBSD.org>
Tue, 6 Mar 2018 14:18:45 +0000 (14:18 +0000)
commit403e82edfec56a4aa95044b6d88906eb97ebf1f6
tree38d8f81c402bd6a342ce71cfcf4acfc1f76ccd15
parent3da6faa563c78531bef1ff7c4c84c24b7de8e77e
Nudge lld to break the kernel read-only and read-write sections into
separate 2M pages.  The binutils default for max-page-size and
common-page-size used to produce this result.  By setting these
values, we can nudge lld to also separate these sections into separate
2M pages.

Reviewed by: jhb, kib
Discussed with: emaste
Sponsored by: Netflix
Differential Revision: D14282
sys/conf/kern.pre.mk