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
This commit is contained in:
Scott Long 2003-05-18 03:52:22 +00:00
parent 8c33536c7f
commit b5568efe33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115126
4 changed files with 8 additions and 0 deletions

View File

@ -62,5 +62,7 @@ sed \
# XXX: blank line above intentional so lines may be added below the last
# entry with ease.
echo "options MUTEX_NOINLINE"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"

View File

@ -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"

View File

@ -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"

View File

@ -114,6 +114,8 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
fi
echo "options MUTEX_NOINLINE"
echo "options NETGRAPH"
echo "options NETGRAPH_ETHER"
echo "options NETGRAPH_PPPOE"