aboutsummaryrefslogtreecommitdiff
path: root/release/amd64
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-05-18 03:52:22 +0000
committerScott Long <scottl@FreeBSD.org>2003-05-18 03:52:22 +0000
commitb5568efe33207fe3b28e80997f732f74c8d93a0d (patch)
tree1c80018ca4632fe2709f950938398e12696111e3 /release/amd64
parent8c33536c7faec4372f34eece8dcadb740592a4ec (diff)
downloadsrc-b5568efe33207fe3b28e80997f732f74c8d93a0d.tar.gz
src-b5568efe33207fe3b28e80997f732f74c8d93a0d.zip
Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, and
alpha. This shaves 36-50k off of the compressed kernel size. Submitted by: jhb
Notes
Notes: svn path=/head/; revision=115126
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index 0648c9660bee..42c5ad43a6dc 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -40,6 +40,8 @@ sed \
-e '/ uscanner /d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
+echo "options MUTEX_NOINLINE"
+
echo "options NETGRAPH"
echo "options NETGRAPH_ETHER"
echo "options NETGRAPH_PPPOE"